listboxcontent: add support for pixmaps in list
[vuplus_dvbapp] / lib / gdi / epng.cpp
index 9c12bb1..30cc529 100644 (file)
@@ -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];