aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_vulkan.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_vulkan.c')
-rw-r--r--test/test_vulkan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_vulkan.c b/test/test_vulkan.c
index 77921b4..ae940a2 100644
--- a/test/test_vulkan.c
+++ b/test/test_vulkan.c
@@ -186,7 +186,7 @@ main(int argc, char** argv)
assert(puglGetDeviceProcAddrFunc(loader));
// Show view and drive event loop until the view gets exposed
- puglShow(test.view);
+ puglShow(test.view, PUGL_SHOW_PASSIVE);
while (!test.exposed) {
puglUpdate(test.world, -1.0);
}