git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
41cc678
)
warn instead of fatal if bitmap is incompatible.
author
Felix Domke
<tmbinc@elitedvb.net>
Thu, 12 Apr 2007 19:46:44 +0000
(19:46 +0000)
committer
Felix Domke
<tmbinc@elitedvb.net>
Thu, 12 Apr 2007 19:46:44 +0000
(19:46 +0000)
lib/gdi/gpixmap.cpp
patch
|
blob
|
history
diff --git
a/lib/gdi/gpixmap.cpp
b/lib/gdi/gpixmap.cpp
index 96b599be60c8a26831781e29f278229c5c09e9e1..d0eff03f00f40d7f5a937f5e2a3bd9b6471346dc 100644
(file)
--- 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
- e
Fatal
("cannot blit %dbpp from %dbpp", surface->bpp, src.surface->bpp);
+ e
Warning
("cannot blit %dbpp from %dbpp", surface->bpp, src.surface->bpp);
}
}