X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/ba99f2a78a438151e49057ebc23b53fce032d731..2a7b743b84bd9ef380af30b0f9f260bf386eed9a:/lib/gdi/picload.h diff --git a/lib/gdi/picload.h b/lib/gdi/picload.h index 7d5d8b2a..7bb9adf1 100644 --- a/lib/gdi/picload.h +++ b/lib/gdi/picload.h @@ -5,7 +5,7 @@ #include #include -SWIG_VOID(int) loadPic(ePtr &SWIG_OUTPUT, std::string filename, int x, int y, int aspect, int resize_mode=0, int rotate=0, int background=0, std::string cachefile=""); +SWIG_VOID(int) loadPic(ePtr &SWIG_OUTPUT, std::string filename, int x, int y, int aspect, int resize_mode=0, int rotate=0, int background=0, std::string cachefile="", int thumbnail=0); PyObject *getExif(const char *filename); #endif // __picload_h__