aboutsummaryrefslogtreecommitdiffstats
path: root/test/pugl_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/pugl_test.c')
-rw-r--r--test/pugl_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pugl_test.c b/test/pugl_test.c
index 66fd97d..d6207fe 100644
--- a/test/pugl_test.c
+++ b/test/pugl_test.c
@@ -215,7 +215,7 @@ main(int argc, char** argv)
puglPollEvents(app.world, -1);
}
- puglProcessEvents(view);
+ puglDispatchEvents(app.world);
if (!requestedAttention && thisTime > 5.0) {
puglRequestAttention(view);