diff options
author | marha <marha@users.sourceforge.net> | 2011-02-10 07:28:40 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-02-10 07:28:40 +0000 |
commit | 2eccc8cdcbff8a71ee25bac7cd71ef4f40564285 (patch) | |
tree | 58fd671ace1ab27a8e71de1b66c2f4da3c2222c0 /mesalib/include/EGL/eglplatform.h | |
parent | 744bc6a5e71f207a33b0826598c1f93302f7fe01 (diff) | |
parent | 183968dd18dc91f73325980bd511ed6bdb38b432 (diff) | |
download | vcxsrv-2eccc8cdcbff8a71ee25bac7cd71ef4f40564285.tar.gz vcxsrv-2eccc8cdcbff8a71ee25bac7cd71ef4f40564285.tar.bz2 vcxsrv-2eccc8cdcbff8a71ee25bac7cd71ef4f40564285.zip |
svn merge ^/branches/released .
Diffstat (limited to 'mesalib/include/EGL/eglplatform.h')
-rw-r--r-- | mesalib/include/EGL/eglplatform.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mesalib/include/EGL/eglplatform.h b/mesalib/include/EGL/eglplatform.h index 18dfb83a0..98ae998ae 100644 --- a/mesalib/include/EGL/eglplatform.h +++ b/mesalib/include/EGL/eglplatform.h @@ -78,6 +78,12 @@ typedef int EGLNativeDisplayType; typedef void *EGLNativeWindowType;
typedef void *EGLNativePixmapType;
+#elif defined(WL_EGL_PLATFORM)
+
+typedef struct wl_egl_display *EGLNativeDisplayType;
+typedef struct wl_egl_pixmap *EGLNativePixmapType;
+typedef struct wl_egl_window *EGLNativeWindowType;
+
#elif defined(__unix__) || defined(__unix)
#ifdef MESA_EGL_NO_X11_HEADERS
|