aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/types.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-08-03 22:39:24 +0200
committerDavid Robillard <d@drobilla.net>2019-09-03 08:34:39 +0200
commit2d19fe6798a900aec59657bfc5eded66f8f798d5 (patch)
treef8d8d3e04becb108d570601fe989171b649463e9 /pugl/detail/types.h
parent69f38f68879412a9ef157d335d7798917888a261 (diff)
downloadpugl-2d19fe6798a900aec59657bfc5eded66f8f798d5.tar.gz
pugl-2d19fe6798a900aec59657bfc5eded66f8f798d5.tar.bz2
pugl-2d19fe6798a900aec59657bfc5eded66f8f798d5.zip
Windows: Improve puglPostRedisplay() performance
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 5254f01..fa120f0 100644
--- a/pugl/detail/types.h
+++ b/pugl/detail/types.h
@@ -64,6 +64,7 @@ struct PuglViewImpl {
int max_aspect_x;
int max_aspect_y;
bool visible;
+ bool redisplay;
};
/** Cross-platform world definition. */