diff options
Diffstat (limited to 'pugl_test.c')
-rw-r--r-- | pugl_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pugl_test.c b/pugl_test.c index 248a49a..af51e53 100644 --- a/pugl_test.c +++ b/pugl_test.c @@ -191,6 +191,7 @@ main(int argc, char** argv) puglShowWindow(view); while (!quit) { + puglWaitForEvent(view); puglProcessEvents(view); } |