mirror of
https://github.com/glfw/glfw.git
synced 2026-08-29 03:04:14 +02:00
Begun integrating monitor and window.
This commit is contained in:
@@ -55,7 +55,7 @@ static GLFWwindow open_window(const char* title, GLFWwindow share)
|
||||
{
|
||||
GLFWwindow window;
|
||||
|
||||
window = glfwCreateWindow(WIDTH, HEIGHT, GLFW_WINDOWED, title, share);
|
||||
window = glfwCreateWindow(WIDTH, HEIGHT, title, NULL, share);
|
||||
if (!window)
|
||||
return NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user