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/pugl.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pugl/pugl.h') diff --git a/pugl/pugl.h b/pugl/pugl.h index 074297c..4d5467a 100644 --- a/pugl/pugl.h +++ b/pugl/pugl.h @@ -152,6 +152,12 @@ typedef void (*PuglSpecialFunc)(PuglView* view, bool press, PuglKey key); PUGL_API PuglView* puglInit(int* pargc, char** argv); +/** + Set the window class name before creating a window. +*/ +PUGL_API void +puglInitWindowClass(PuglView* view, const char* name); + /** Set the parent window before creating a window (for embedding). */ -- cgit v1.2.3