From 57da567dc547a5fcbec5cca02dc13242d6f8386f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 27 May 2008 13:43:34 -0600 Subject: added typedefs for X/Mesa --- include/EGL/eglplatform.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/EGL') diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h index 205812f2e31..3d71910e5f9 100644 --- a/include/EGL/eglplatform.h +++ b/include/EGL/eglplatform.h @@ -47,6 +47,13 @@ etc. */ +/** BEGIN Added for X (Mesa) **/ +#include +typedef Display *NativeDisplayType; +typedef Window NativeWindowType; +typedef Pixmap NativePixmapType; +/** END Added for X (Mesa) **/ + /* EGL 1.2 types, renamed for consistency in EGL 1.3 */ typedef NativeDisplayType EGLNativeDisplayType; typedef NativePixmapType EGLNativePixmapType; -- cgit v1.2.3