aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/types.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-09 21:49:56 +0100
committerDavid Robillard <d@drobilla.net>2020-03-09 22:17:44 +0100
commit9c82ba0aa44856130479de0667ee4cf2be1f2b37 (patch)
tree3c2d29757d4db88c3dc15f49489ec7742c5debb0 /pugl/detail/types.h
parent2fb85397366c58accbb77e5a7bd898877facc44d (diff)
downloadpugl-9c82ba0aa44856130479de0667ee4cf2be1f2b37.tar.gz
pugl-9c82ba0aa44856130479de0667ee4cf2be1f2b37.tar.bz2
pugl-9c82ba0aa44856130479de0667ee4cf2be1f2b37.zip
X11: Only send configure events if something has changed
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 dc0cce0..2e41003 100644
--- a/pugl/detail/types.h
+++ b/pugl/detail/types.h
@@ -70,6 +70,7 @@ struct PuglViewImpl {
int minAspectY;
int maxAspectX;
int maxAspectY;
+ bool configured;
bool visible;
};