mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 00:30:57 +00:00
Renamed GLFW_WINDOW to GLFW_WINDOWED.
This commit is contained in:
+1
-1
@@ -302,7 +302,7 @@ extern "C" {
|
||||
*************************************************************************/
|
||||
|
||||
/* glfwOpenWindow modes */
|
||||
#define GLFW_WINDOW 0x00010001
|
||||
#define GLFW_WINDOWED 0x00010001
|
||||
#define GLFW_FULLSCREEN 0x00010002
|
||||
|
||||
/* glfwGetWindowParam tokens */
|
||||
|
||||
Reference in New Issue
Block a user