git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix
[enigma2.git]
/
lib
/
gdi
/
epng.h
diff --git
a/lib/gdi/epng.h
b/lib/gdi/epng.h
index 09f3023380e4b86863aabd05feea6f8c2bb2a366..2db7bc43c845019da2b5e751da50cb332166202b 100644
(file)
--- a/
lib/gdi/epng.h
+++ b/
lib/gdi/epng.h
@@
-3,7
+3,7
@@
#include <lib/gdi/gpixmap.h>
-
int loadPNG(ePtr<gPixmap> &pixmap
, const char *filename);
+
SWIG_VOID(int) loadPNG(ePtr<gPixmap> &SWIG_OUTPUT
, const char *filename);
int savePNG(const char *filename, gPixmap *pixmap);
#endif