Make events test window appear on Wayland

(cherry picked from commit c50d53160f)
This commit is contained in:
Camilla Löwy 2022-07-13 21:46:14 +02:00
parent dea9914692
commit 4affd2207c

View File

@ -621,7 +621,7 @@ int main(int argc, char** argv)
glfwMakeContextCurrent(slots[i].window); glfwMakeContextCurrent(slots[i].window);
gladLoadGL(glfwGetProcAddress); gladLoadGL(glfwGetProcAddress);
glfwSwapInterval(1); glfwSwapBuffers(slots[i].window);
} }
printf("Main loop starting\n"); printf("Main loop starting\n");