aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_gl_hints.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_gl_hints.c')
-rw-r--r--test/test_gl_hints.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_gl_hints.c b/test/test_gl_hints.c
index 3be3651..d99a57f 100644
--- a/test/test_gl_hints.c
+++ b/test/test_gl_hints.c
@@ -44,6 +44,7 @@ main(void)
// Set up view
puglSetClassName(world, "Pugl Test");
+ puglSetWindowTitle(view, "Pugl OpenGL Hints Test");
puglSetBackend(view, puglGlBackend());
puglSetEventFunc(view, onEvent);
puglSetDefaultSize(view, 512, 512);