[client] egl: EGL_KHR_swap_buffers_with_damage returns EGLBoolean

This commit is contained in:
Geoffrey McRae 2021-07-19 13:32:56 +10:00
parent 2038517861
commit 2de9912ac0

View File

@ -28,7 +28,7 @@
typedef EGLDisplay (*eglGetPlatformDisplayEXT_t)(EGLenum platform,
void *native_display, const EGLint *attrib_list);
typedef void (*eglSwapBuffersWithDamageKHR_t)(EGLDisplay dpy,
typedef EGLBoolean (*eglSwapBuffersWithDamageKHR_t)(EGLDisplay dpy,
EGLSurface surface, const EGLint *rects, EGLint n_rects);
typedef void (*glEGLImageTargetTexture2DOES_t)(GLenum target,
GLeglImageOES image);