mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Begun preparations for Win32 EGL support.
This commit is contained in:
+4
-4
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user