aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_vulkan_demo.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pugl_vulkan_demo.c')
-rw-r--r--examples/pugl_vulkan_demo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pugl_vulkan_demo.c b/examples/pugl_vulkan_demo.c
index 06d73ee..b7ff146 100644
--- a/examples/pugl_vulkan_demo.c
+++ b/examples/pugl_vulkan_demo.c
@@ -1064,7 +1064,7 @@ main(int argc, char** argv)
}
// Create window
- puglSetWindowTitle(app.view, "Pugl Vulkan");
+ puglSetWindowTitle(app.view, "Pugl Vulkan Demo");
puglSetFrame(app.view, frame);
puglSetHandle(app.view, &app);
puglSetBackend(app.view, puglVulkanBackend());