aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_update.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_update.c')
-rw-r--r--test/test_update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_update.c b/test/test_update.c
index 381e34b..ff58ed2 100644
--- a/test/test_update.c
+++ b/test/test_update.c
@@ -93,7 +93,7 @@ main(int argc, char** argv)
// Create and show window
assert(!puglRealize(test.view));
- assert(!puglShow(test.view));
+ assert(!puglShow(test.view, PUGL_SHOW_PASSIVE));
// Tick until an expose happens
while (test.state < EXPOSED1) {