summaryrefslogtreecommitdiff
path: root/include/EGL/eglplatform.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2011-04-14 10:42:41 -0400
committerKristian Høgsberg <krh@bitplanet.net>2011-04-20 17:47:20 -0400
commitc0f8c9911c82c576cdd82dabad4a2370ac53565c (patch)
tree21ccdd63ce5b0c3df87b7c014657d7f58f83c918 /include/EGL/eglplatform.h
parent42d377224af0fcf5a21269958ce5f96c4306c4fa (diff)
wayland-egl: Update to wayland-egl.h changes, drop struct wl_egl_display
Diffstat (limited to 'include/EGL/eglplatform.h')
-rw-r--r--include/EGL/eglplatform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h
index 005b2944404..e4aa0994be9 100644
--- a/include/EGL/eglplatform.h
+++ b/include/EGL/eglplatform.h
@@ -80,7 +80,7 @@ typedef void *EGLNativePixmapType;
#elif defined(WL_EGL_PLATFORM)
-typedef struct wl_egl_display *EGLNativeDisplayType;
+typedef struct wl_display *EGLNativeDisplayType;
typedef struct wl_egl_pixmap *EGLNativePixmapType;
typedef struct wl_egl_window *EGLNativeWindowType;