mirror of
https://github.com/glfw/glfw.git
synced 2026-09-17 14:22:50 +00:00
Make events test window appear on Wayland
This commit is contained in:
+1
-1
@@ -642,7 +642,7 @@ int main(int argc, char** argv)
|
||||
|
||||
glfwMakeContextCurrent(slots[i].window);
|
||||
gladLoadGL(glfwGetProcAddress);
|
||||
glfwSwapInterval(1);
|
||||
glfwSwapBuffers(slots[i].window);
|
||||
}
|
||||
|
||||
printf("Main loop starting\n");
|
||||
|
||||
Reference in New Issue
Block a user