aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_internal_types.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-07-21 09:54:54 +0200
committerDavid Robillard <d@drobilla.net>2019-07-21 14:44:19 +0200
commit753af54d546963bd86c64ca3c5dde5cc8c92c4c8 (patch)
tree86109f79f8dda2394f43c5bb4aac044e19d5170a /pugl/pugl_internal_types.h
parent5ba0ea7cd8cfec3f374f380a03e144e24f43a12c (diff)
downloadpugl-753af54d546963bd86c64ca3c5dde5cc8c92c4c8.tar.gz
pugl-753af54d546963bd86c64ca3c5dde5cc8c92c4c8.tar.bz2
pugl-753af54d546963bd86c64ca3c5dde5cc8c92c4c8.zip
Make time start from approximately zero
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;