mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 23:33:16 +01:00
Renamed GLFW_WINDOW to GLFW_WINDOWED.
This commit is contained in:
@@ -332,7 +332,7 @@ int main(int argc, char* argv[])
|
||||
/* Desired window properties */
|
||||
width = 640;
|
||||
height = 480;
|
||||
mode = GLFW_WINDOW;
|
||||
mode = GLFW_WINDOWED;
|
||||
|
||||
glfwOpenWindowHint(GLFW_DEPTH_BITS, 16);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user