aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_redisplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_redisplay.c')
-rw-r--r--test/test_redisplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_redisplay.c b/test/test_redisplay.c
index 7a98720..0b5e5f0 100644
--- a/test/test_redisplay.c
+++ b/test/test_redisplay.c
@@ -117,7 +117,7 @@ main(int argc, char** argv)
// Create and show window
assert(!puglRealize(test.view));
- assert(!puglShow(test.view, PUGL_SHOW_PASSIVE));
+ assert(!puglShow(test.view, PUGL_SHOW_RAISE));
while (test.state != EXPOSED) {
assert(!puglUpdate(test.world, timeout));
}