mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Renamed GLFW_WINDOW to GLFW_WINDOWED.
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ static const char* titles[] =
|
||||
|
||||
static GLFWwindow open_window(int width, int height, const char* title)
|
||||
{
|
||||
GLFWwindow window = glfwOpenWindow(width, height, GLFW_WINDOW);
|
||||
GLFWwindow window = glfwOpenWindow(width, height, GLFW_WINDOWED);
|
||||
if (!window)
|
||||
{
|
||||
fprintf(stderr, "Failed to open GLFW default window\n");
|
||||
|
||||
Reference in New Issue
Block a user