Began decoupling EGL code from X11.

This commit is contained in:
Camilla Berglund
2012-07-20 00:14:52 +02:00
parent 26a843043c
commit 251964f84f
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -52,6 +52,9 @@
#define _GLFW_PLATFORM_CONTEXT_STATE _GLFWcontextEGL EGL
#define _GLFW_PLATFORM_LIBRARY_OPENGL_STATE _GLFWlibraryEGL EGL
#define _GLFW_EGL_NATIVE_WINDOW ((EGLNativeWindowType) window->X11.handle)
#define _GLFW_EGL_NATIVE_DISPLAY ((EGLNativeDisplayType) _glfwLibrary.X11.display)
//========================================================================
// GLFW platform specific types