Begun preparations for Win32 EGL support.

This commit is contained in:
Camilla Berglund
2012-11-27 12:58:59 +01:00
parent 0f0f7f7294
commit b934cdf573
7 changed files with 103 additions and 55 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
//========================================================================
// GLFW - An OpenGL library
// Platform: X11/EGL
// Platform: EGL
// API version: 3.0
// WWW: http://www.glfw.org/
//------------------------------------------------------------------------
@@ -28,8 +28,8 @@
//
//========================================================================
#ifndef _x11_egl_platform_h_
#define _x11_egl_platform_h_
#ifndef _egl_platform_h_
#define _egl_platform_h_
#include <EGL/egl.h>
@@ -93,4 +93,4 @@ typedef struct _GLFWlibraryEGL
} _GLFWlibraryEGL;
#endif // _x11_egl_platform_h_
#endif // _egl_platform_h_