diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2011-04-14 10:42:41 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-04-20 17:47:20 -0400 |
commit | c0f8c9911c82c576cdd82dabad4a2370ac53565c (patch) | |
tree | 21ccdd63ce5b0c3df87b7c014657d7f58f83c918 /include | |
parent | 42d377224af0fcf5a21269958ce5f96c4306c4fa (diff) |
wayland-egl: Update to wayland-egl.h changes, drop struct wl_egl_display
Diffstat (limited to 'include')
-rw-r--r-- | include/EGL/eglplatform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h index 005b294440..e4aa0994be 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; |