mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 23:33:16 +01:00
Begun integrating monitor and window.
This commit is contained in:
@@ -406,7 +406,7 @@ int main(int argc, char* argv[])
|
||||
glfwSetCursorPosCallback(cursor_position_callback);
|
||||
glfwSetScrollCallback(scroll_callback);
|
||||
|
||||
window = glfwCreateWindow(640, 480, GLFW_WINDOWED, "Wave Simulation", NULL);
|
||||
window = glfwCreateWindow(640, 480, "Wave Simulation", NULL, NULL);
|
||||
if (!window)
|
||||
{
|
||||
fprintf(stderr, "Could not open window\n");
|
||||
|
||||
Reference in New Issue
Block a user