mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 08:39:45 +00:00
Begun integrating monitor and window.
This commit is contained in:
+1
-1
@@ -399,7 +399,7 @@ int main(void)
|
||||
glfwSetCharCallback(char_callback);
|
||||
glfwSetMonitorCallback(monitor_callback);
|
||||
|
||||
window = glfwCreateWindow(0, 0, GLFW_WINDOWED, "Event Linter", NULL);
|
||||
window = glfwCreateWindow(0, 0, "Event Linter", NULL, NULL);
|
||||
if (!window)
|
||||
{
|
||||
glfwTerminate();
|
||||
|
||||
Reference in New Issue
Block a user