diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-04-12 19:46:44 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-04-12 19:46:44 +0000 |
| commit | c3e7df23d5424647a8a41c0d9d9aa0fc86f47d0f (patch) | |
| tree | 86ad09b1ecfc83cb951c8733db8587dcc9004884 /lib/gdi/gpixmap.cpp | |
| parent | 41cc6780ed5e448690ac4663f3e0fa8d5d0cd0f8 (diff) | |
| download | enigma2-c3e7df23d5424647a8a41c0d9d9aa0fc86f47d0f.tar.gz enigma2-c3e7df23d5424647a8a41c0d9d9aa0fc86f47d0f.zip | |
warn instead of fatal if bitmap is incompatible.
Diffstat (limited to 'lib/gdi/gpixmap.cpp')
| -rw-r--r-- | lib/gdi/gpixmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gdi/gpixmap.cpp b/lib/gdi/gpixmap.cpp index 96b599be..d0eff03f 100644 --- a/lib/gdi/gpixmap.cpp +++ b/lib/gdi/gpixmap.cpp @@ -361,7 +361,7 @@ void gPixmap::blit(const gPixmap &src, ePoint pos, const gRegion &clip, int flag dstptr+=surface->stride; } } else - eFatal("cannot blit %dbpp from %dbpp", surface->bpp, src.surface->bpp); + eWarning("cannot blit %dbpp from %dbpp", surface->bpp, src.surface->bpp); } } |
