From 47d59e2881c6172eef9561fd2e28ad2437107434 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 6 May 2021 17:07:44 -0400 Subject: Set distinct window titles for tests This makes things a little more clear when something goes wrong, for example if a test hangs. --- test/test_gl_hints.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_gl_hints.c') 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); -- cgit v1.2.1