aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/detail/types.h')
-rw-r--r--pugl/detail/types.h1
1 files changed, 1 insertions, 0 deletions
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;