Make events test window appear on Wayland

This commit is contained in:
Camilla Löwy 2022-07-13 21:46:14 +02:00
parent 40b5a8a37c
commit c50d53160f

View File

@ -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");