Skip to content

Commit

Permalink
Make events test window appear on Wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
elmindreda committed Jul 13, 2022
1 parent 40b5a8a commit c50d531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit c50d531

Please sign in to comment.