aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_local_copy_paste.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_local_copy_paste.c')
-rw-r--r--test/test_local_copy_paste.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_local_copy_paste.c b/test/test_local_copy_paste.c
index 9f99a09..14614ab 100644
--- a/test/test_local_copy_paste.c
+++ b/test/test_local_copy_paste.c
@@ -136,7 +136,7 @@ main(int argc, char** argv)
// Create and show window
assert(!puglRealize(app.view));
- assert(!puglShow(app.view));
+ assert(!puglShow(app.view, PUGL_SHOW_PASSIVE));
// Run until the test is finished
while (app.state != FINISHED) {