[Mesa-dev] [PATCH] include/egl: Remove declaration of wl_egl_pixmap

Chad Versace chad.versace at linux.intel.com
Fri Apr 26 01:48:13 PDT 2013


Wayland pixmaps were removed by commit wayland-e20a0f1 before the release
of wayland-1.0.  Support was dropped from mesa-9.0.1 by commit
mesa-009d452.

This patch removes a vestigial remnant of Wayland pixmaps: a declaration
in eglplatform.h.

Signed-off-by: Chad Versace <chad.versace at linux.intel.com>
---
 include/EGL/eglplatform.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h
index 17fdc61..ce9df05 100644
--- a/include/EGL/eglplatform.h
+++ b/include/EGL/eglplatform.h
@@ -86,7 +86,7 @@ typedef void *EGLNativePixmapType;
 #elif defined(WL_EGL_PLATFORM)
 
 typedef struct wl_display     *EGLNativeDisplayType;
-typedef struct wl_egl_pixmap  *EGLNativePixmapType;
+typedef void                  *EGLNativePixmapType;
 typedef struct wl_egl_window  *EGLNativeWindowType;
 
 #elif defined(__GBM__)
-- 
1.8.1.4



More information about the mesa-dev mailing list