[client] egl: fix building without EGL support

This commit is contained in:
Geoffrey McRae
2021-01-27 19:20:13 +11:00
parent cf3e816603
commit 8919d2718f
4 changed files with 38 additions and 26 deletions

View File

@@ -58,9 +58,12 @@ void app_setFullscreen(bool fs);
bool app_getFullscreen(void);
bool app_getProp(LG_DSProperty prop, void * ret);
#ifdef ENABLE_EGL
EGLDisplay app_getEGLDisplay(void);
EGLNativeWindowType app_getEGLNativeWindow(void);
void app_eglSwapBuffers(EGLDisplay display, EGLSurface surface);
#endif
void app_glSwapBuffers(void);
void app_clipboardRelease(void);