diff options
Diffstat (limited to 'test/test_show_hide.c')
-rw-r--r-- | test/test_show_hide.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_show_hide.c b/test/test_show_hide.c index 4418da3..7b410f4 100644 --- a/test/test_show_hide.c +++ b/test/test_show_hide.c @@ -86,7 +86,7 @@ showHide(PuglTest* const test) { // Show and hide window a couple of times for (unsigned i = 0U; i < 2U; ++i) { - assert(!puglShow(test->view, PUGL_SHOW_PASSIVE)); + assert(!puglShow(test->view, PUGL_SHOW_RAISE)); while (test->state != EXPOSED) { tick(test->world); } |