X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gl.h;h=ed1f977e246740061df1c4bfd57dd3b843878cd6;hb=de24250ab5038797e8f5ff8754d34a3219943134;hp=cb4807105148b2068a665edaad5a28beae8efb5c;hpb=7bf7acb6d60e16e9eaa208761d019c39da396fc0;p=libpicofe.git diff --git a/gl.h b/gl.h index cb48071..ed1f977 100644 --- a/gl.h +++ b/gl.h @@ -3,8 +3,9 @@ #ifdef HAVE_GLES -int gl_init(void *display, void *window, int *quirks); -int gl_flip(const void *fb, int w, int h); +int gl_init(void *display, void *window, int *quirks); +void gl_announce(void); +int gl_flip(const void *fb, int w, int h); void gl_finish(void); /* for external flips */ @@ -17,6 +18,9 @@ static __inline int gl_init(void *display, void *window, int *quirks) { return -1; } +static __inline void gl_announce(void) +{ +} static __inline int gl_flip(const void *fb, int w, int h) { return -1;