diff options
Diffstat (limited to 'test/test_local_copy_paste.c')
-rw-r--r-- | test/test_local_copy_paste.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_local_copy_paste.c b/test/test_local_copy_paste.c index 14614ab..4a42652 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, PUGL_SHOW_PASSIVE)); + assert(!puglShow(app.view, PUGL_SHOW_RAISE)); // Run until the test is finished while (app.state != FINISHED) { |