X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fcommon.h;h=6a49bf5a7c5ae628cf855766c74c2f5f1fb46bca;hb=bc0420cd98650a27f9137fcc79c5a803f635ac0e;hp=88983ce13ac7415e124a0fa2d4cc42854ece212b;hpb=906bdc9fb54da36399faaa95535432fdf8531662;p=libpicofe.git diff --git a/common/common.h b/common/common.h index 88983ce..6a49bf5 100644 --- a/common/common.h +++ b/common/common.h @@ -15,7 +15,7 @@ #define PBTN_L GP2X_L #define PBTN_R GP2X_R -unsigned long wait_for_input(unsigned long interesting); +int wait_for_input(int interesting); void gp2x_pd_clone_buffer2(void); void menu_darken_bg(void *dst, int pixels, int darker); void menu_flip(void);