aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_cairo.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_cairo.c')
-rw-r--r--test/test_cairo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_cairo.c b/test/test_cairo.c
index a9a36db..e2d0089 100644
--- a/test/test_cairo.c
+++ b/test/test_cairo.c
@@ -66,7 +66,7 @@ main(int argc, char** argv)
puglSetBackend(test.view, puglCairoBackend());
puglSetEventFunc(test.view, onEvent);
puglSetSizeHint(test.view, PUGL_DEFAULT_SIZE, 512, 512);
- puglShow(test.view);
+ puglShow(test.view, PUGL_SHOW_PASSIVE);
// Drive event loop until the view gets exposed
while (!test.exposed) {