X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Freadpng.h;h=ce5d6351e29141b6626075ec8f07be6b29606294;hb=f6eaae4f09c6abab99692900a31c1df2a06b99af;hp=7d74fee2d8f6b030640dc2e9ae77c2a60dbd9a7f;hpb=0c9ae59222a6fa9af18dcc072fdfb06cfca124d6;p=libpicofe.git diff --git a/common/readpng.h b/common/readpng.h index 7d74fee..ce5d635 100644 --- a/common/readpng.h +++ b/common/readpng.h @@ -3,8 +3,7 @@ typedef enum READPNG_BG = 1, READPNG_FONT, READPNG_SELECTOR, - READPNG_320_24, - READPNG_480_24 + READPNG_24, } readpng_what; @@ -12,7 +11,7 @@ readpng_what; extern "C" { #endif -int readpng(void *dest, const char *fname, readpng_what what); +int readpng(void *dest, const char *fname, readpng_what what, int w, int h); #ifdef __cplusplus }