X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gl.h;h=bddacdcdb8c5452a1daa2670142148c7d5fe8529;hb=c7228611128c17b7678379b636759cdbc5f58d80;hp=ed1f977e246740061df1c4bfd57dd3b843878cd6;hpb=e3ea3015f042cb3a1615dc3038b524ce0a063722;p=libpicofe.git diff --git a/gl.h b/gl.h index ed1f977..bddacdc 100644 --- a/gl.h +++ b/gl.h @@ -3,7 +3,7 @@ #ifdef HAVE_GLES -int gl_init(void *display, void *window, int *quirks); +int gl_init(void *display, void *window, int *quirks, int w, int h); void gl_announce(void); int gl_flip(const void *fb, int w, int h); void gl_finish(void); @@ -14,7 +14,7 @@ extern void *gl_es_surface; #else -static __inline int gl_init(void *display, void *window, int *quirks) +static __inline int gl_init(void *display, void *window, int *quirks, int w, int h) { return -1; }