aboutsummaryrefslogtreecommitdiff
path: root/lib/gdi/epng.cpp
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-12-05 03:08:36 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-12-05 03:08:36 +0000
commit02226aee689caad4d05e65448ec7640d33e8f659 (patch)
tree4388956180ee2f705365c2c3c556d40a892d6aa7 /lib/gdi/epng.cpp
parenta48bc4879c6ac4c6eb163f6bb3c0b5c0536fcee8 (diff)
downloadenigma2-02226aee689caad4d05e65448ec7640d33e8f659.tar.gz
enigma2-02226aee689caad4d05e65448ec7640d33e8f659.zip
listboxcontent: add support for pixmaps in list
Diffstat (limited to 'lib/gdi/epng.cpp')
-rw-r--r--lib/gdi/epng.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gdi/epng.cpp b/lib/gdi/epng.cpp
index 9c12bb10..30cc5297 100644
--- a/lib/gdi/epng.cpp
+++ b/lib/gdi/epng.cpp
@@ -71,6 +71,7 @@ int loadPNG(ePtr<gPixmap> &result, const char *filename)
if (color_type != 6)
{
result=new gPixmap(eSize(width, height), bit_depth);
+ eDebug("gPixmap at %p", (gPixmap*)result);
gSurface *surface = result->surface;
png_bytep *rowptr=new png_bytep[height];