From 02226aee689caad4d05e65448ec7640d33e8f659 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 5 Dec 2005 03:08:36 +0000 Subject: listboxcontent: add support for pixmaps in list --- lib/gdi/epng.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/gdi/epng.cpp') 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 &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]; -- cgit v1.2.3