From 93f4920cfc03d1a2a8c0df9c6d863cdf20c6ab32 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 22 Jul 2019 16:53:02 +0200 Subject: Add puglDispatchEvents() --- test/pugl_cairo_test.c | 2 +- test/pugl_test.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/pugl_cairo_test.c b/test/pugl_cairo_test.c index 6d85c54..3ac2054 100644 --- a/test/pugl_cairo_test.c +++ b/test/pugl_cairo_test.c @@ -230,7 +230,7 @@ main(int argc, char** argv) puglPollEvents(world, -1); } - puglProcessEvents(view); + puglDispatchEvents(world); if (continuous) { puglPrintFps(world, &fpsPrinter, &framesDrawn); 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); -- cgit v1.2.1