Fixed compile issue with Image.cpp and osgautocapture.cpp under GLES.

Fixed handling of EGLDisplay in EGL paths of GraphicsWindowX11
This commit is contained in:
Robert Osfield
2009-11-01 09:04:41 +00:00
parent 519c70ea5f
commit a4639398e8
4 changed files with 19 additions and 18 deletions

View File

@@ -54,6 +54,7 @@
#define GL_LUMINANCE8_ALPHA8 0x8045
#define GL_STENCIL_INDEX 0x1901
#define GL_RGBA8 0x8058
#define GL_PACK_ROW_LENGTH 0x0D02
#endif
using namespace osg;