From 95a42df7a459fb089d2d55b52c7c84f2a296c0f4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 11 Nov 2015 15:41:12 -0500 Subject: Add API to set window class name --- pugl_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pugl_test.c') diff --git a/pugl_test.c b/pugl_test.c index eb192c9..b534162 100644 --- a/pugl_test.c +++ b/pugl_test.c @@ -173,6 +173,7 @@ main(int argc, char** argv) } PuglView* view = puglInit(NULL, NULL); + puglInitWindowClass(view, "PuglTest"); puglInitWindowSize(view, 512, 512); puglInitWindowMinSize(view, 256, 256); puglInitResizable(view, resizable); -- cgit v1.2.3