diff options
Diffstat (limited to 'test/test_vulkan.c')
-rw-r--r-- | test/test_vulkan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_vulkan.c b/test/test_vulkan.c index 0a364f3..77921b4 100644 --- a/test/test_vulkan.c +++ b/test/test_vulkan.c @@ -171,7 +171,7 @@ main(int argc, char** argv) puglSetHandle(test.view, &test); puglSetBackend(test.view, puglVulkanBackend()); puglSetEventFunc(test.view, onEvent); - puglSetDefaultSize(test.view, 512, 512); + puglSetSizeHint(test.view, PUGL_DEFAULT_SIZE, 512, 512); assert(!puglRealize(test.view)); // Create Vulkan surface for window |