X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Freadpng.h;h=ce5d6351e29141b6626075ec8f07be6b29606294;hb=d40231e29a3e492b19612d7b6e9c7b9c2f9885a9;hp=7d74fee2d8f6b030640dc2e9ae77c2a60dbd9a7f;hpb=7a87643e0702bf156527e066c2a963b6db2b4fa5;p=picodrive.git diff --git a/platform/common/readpng.h b/platform/common/readpng.h index 7d74fee..ce5d635 100644 --- a/platform/common/readpng.h +++ b/platform/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 }