aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_internal_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl_internal_types.h')
-rw-r--r--pugl/pugl_internal_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pugl/pugl_internal_types.h b/pugl/pugl_internal_types.h
index 19452cd..9e718ee 100644
--- a/pugl/pugl_internal_types.h
+++ b/pugl/pugl_internal_types.h
@@ -54,6 +54,7 @@ struct PuglViewImpl {
char* windowClass;
PuglNativeWindow parent;
PuglContextType ctx_type;
+ double start_time;
uintptr_t transient_parent;
PuglHints hints;