aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_stub.c')
-rw-r--r--test/test_stub.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_stub.c b/test/test_stub.c
index 2043bf2..308aae3 100644
--- a/test/test_stub.c
+++ b/test/test_stub.c
@@ -47,6 +47,7 @@ main(int argc, char** argv)
// Set up and show view
puglSetClassName(test.world, "PuglTest");
+ puglSetWindowTitle(test.view, "Pugl Stub Test");
puglSetHandle(test.view, &test);
puglSetBackend(test.view, puglStubBackend());
puglSetEventFunc(test.view, onEvent);