From 4c07a013d0943985f156101f1123c518da5fc590 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 4 Aug 2019 20:44:54 +0200 Subject: Add puglSetWindowTitle() --- pugl/detail/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pugl/detail/types.h') diff --git a/pugl/detail/types.h b/pugl/detail/types.h index a413848..7c11f42 100644 --- a/pugl/detail/types.h +++ b/pugl/detail/types.h @@ -52,6 +52,7 @@ struct PuglViewImpl { PuglInternals* impl; PuglHandle handle; PuglEventFunc eventFunc; + char* title; PuglNativeWindow parent; uintptr_t transientParent; PuglHints hints; -- cgit v1.2.1