X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fgdi%2Fepng.cpp;h=30cc5297bd9b5e199b16c4c2558a0c508dfc9ed9;hp=9c12bb10cb504161b2ce0f8287176941200996b3;hb=02226aee689caad4d05e65448ec7640d33e8f659;hpb=a48bc4879c6ac4c6eb163f6bb3c0b5c0536fcee8 diff --git a/lib/gdi/epng.cpp b/lib/gdi/epng.cpp index 9c12bb1..30cc529 100644 --- a/lib/gdi/epng.cpp +++ b/lib/gdi/epng.cpp @@ -71,6 +71,7 @@ int loadPNG(ePtr &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];