linux-omap 2.6.29: package DSS2 docs so people can get up to date docs at runtime
[openembedded.git] / recipes / qt4 / qt4-x11-free-gles-4.5.2 / sgx-hack.patch
1 --- /tmp/qegl_p.h       2009-07-09 08:42:12.000000000 +0200
2 +++ qt-x11-opensource-src-4.5.2/src/opengl/qegl_p.h     2009-07-09 08:42:30.000000000 +0200
3 @@ -65,7 +65,7 @@
4  #else
5  #include <GLES/egl.h>
6  #endif
7 -#if !defined(EGL_VERSION_1_3) && !defined(QEGL_NATIVE_TYPES_DEFINED)
8 +//#if !defined(EGL_VERSION_1_3) && !defined(QEGL_NATIVE_TYPES_DEFINED)
9  #undef EGLNativeWindowType
10  #undef EGLNativePixmapType
11  #undef EGLNativeDisplayType
12 @@ -73,7 +73,7 @@
13  typedef NativePixmapType EGLNativePixmapType;
14  typedef NativeDisplayType EGLNativeDisplayType;
15  #define QEGL_NATIVE_TYPES_DEFINED 1
16 -#endif
17 +//#endif
18  QT_END_INCLUDE_NAMESPACE
19  
20  class QX11Info;