wayland-egl: Update to wayland-egl.h changes, drop struct wl_egl_display

This commit is contained in:
Kristian Høgsberg
2011-04-14 10:42:41 -04:00
parent 42d377224a
commit c0f8c9911c
5 changed files with 86 additions and 177 deletions

View File

@@ -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;