X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=libpicofe.git;a=blobdiff_plain;f=gl.h;fp=gl.h;h=bddacdcdb8c5452a1daa2670142148c7d5fe8529;hp=ed1f977e246740061df1c4bfd57dd3b843878cd6;hb=1dd8f2036e7da6fc2e28863c9f0be589572a71da;hpb=7167e5f3376f0d0692ae102ed2df1ef5d2cc199a 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; }