From 9a7af0f435c48e2b44acee58ec549f5fe38ac800 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 27 Sep 2011 14:22:00 +0000 Subject: [PATCH] should fix egl.h issues --- panda/src/egldisplay/eglGraphicsPipe.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/panda/src/egldisplay/eglGraphicsPipe.h b/panda/src/egldisplay/eglGraphicsPipe.h index 4927736d7e..fd15c88be8 100644 --- a/panda/src/egldisplay/eglGraphicsPipe.h +++ b/panda/src/egldisplay/eglGraphicsPipe.h @@ -24,13 +24,17 @@ #ifdef OPENGLES_2 #include "gles2gsg.h" + #include "pre_x11_include.h" #include + #include "post_x11_include.h" #define NativeDisplayType EGLNativeDisplayType #define NativePixmapType EGLNativePixmapType #define NativeWindowType EGLNativeWindowType #else #include "glesgsg.h" + #include "pre_x11_include.h" #include + #include "post_x11_include.h" #endif class FrameBufferProperties;