yes! ich habs kaputt gemacht! (doesn't compile anymore, doesn't work anymore,
[enigma2.git] / lib / gdi / epng.h
index 650c25139d16f02ac9ff79f71e1f5d7af786a1ae..244019f345ce02f5e2dd9b27714a53954298ac61 100644 (file)
@@ -3,7 +3,7 @@
 
 #include "grc.h"
 
-gImage *loadPNG(const char *filename);
+int loadPNG(ePtr<gPixmap> &pixmap, const char *filename);
 int savePNG(const char *filename, gPixmap *pixmap);
 
 #endif