aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_clipboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_clipboard.c')
-rw-r--r--test/test_clipboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_clipboard.c b/test/test_clipboard.c
index a458d00..fc08afd 100644
--- a/test/test_clipboard.c
+++ b/test/test_clipboard.c
@@ -66,6 +66,7 @@ main(int argc, char** argv)
// Set up views
for (unsigned i = 0u; i < 2; ++i) {
test.views[i] = puglNewView(test.world);
+ puglSetWindowTitle(test.world, "Pugl Clipboard Test");
puglSetBackend(test.views[i], puglStubBackend());
puglSetHandle(test.views[i], &test);
puglSetEventFunc(test.views[i], onEvent);