diff options
Diffstat (limited to 'src/ui/widget.h')
-rw-r--r-- | src/ui/widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget.h b/src/ui/widget.h index 9c4c44fb..4ab8d602 100644 --- a/src/ui/widget.h +++ b/src/ui/widget.h | |||
@@ -146,6 +146,7 @@ struct Impl_Widget { | |||
146 | int64_t flags; | 146 | int64_t flags; |
147 | int flags2; | 147 | int flags2; |
148 | iRect rect; | 148 | iRect rect; |
149 | iInt2 oldSize; /* in previous arrangement; for notification */ | ||
149 | iInt2 minSize; | 150 | iInt2 minSize; |
150 | iWidget * sizeRef; | 151 | iWidget * sizeRef; |
151 | iWidget * offsetRef; | 152 | iWidget * offsetRef; |