From: Kristian Høgsberg Date: Mon, 25 Apr 2011 19:06:41 +0000 (-0400) Subject: wayland: Fix prototypes for EGL_WL_bind_wayland_display extension X-Git-Tag: 062012170305~6079 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6ed837ffef8b1820ea9e97c095502ba7b05927e;p=profile%2Fivi%2Fmesa.git wayland: Fix prototypes for EGL_WL_bind_wayland_display extension --- diff --git a/include/EGL/eglext.h b/include/EGL/eglext.h index fa523a5..9fd3eb8 100644 --- a/include/EGL/eglext.h +++ b/include/EGL/eglext.h @@ -151,10 +151,9 @@ struct wl_display; #ifdef EGL_EGLEXT_PROTOTYPES EGLAPI EGLBoolean EGLAPIENTRY eglBindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display); EGLAPI EGLBoolean EGLAPIENTRY eglUnbindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display); -#else -typedef EGLBoolean (EGLAPIENTRY PFNEGLBINDWAYLANDDISPLAYWL) (EGLDisplay dpy, struct wl_display *display); -typedef EGLBoolean (EGLAPIENTRY PFNEGLUNBINDWAYLANDDISPLAYWL) (EGLDisplay dpy, struct wl_display *display); #endif +typedef EGLBoolean (EGLAPIENTRYP PFNEGLBINDWAYLANDDISPLAYWL) (EGLDisplay dpy, struct wl_display *display); +typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNBINDWAYLANDDISPLAYWL) (EGLDisplay dpy, struct wl_display *display); #endif #if KHRONOS_SUPPORT_INT64 /* EGLTimeKHR requires 64-bit uint support */