diff options
Diffstat (limited to 'lib/gdi/epng.cpp')
| -rw-r--r-- | lib/gdi/epng.cpp | 1 |
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]; |
