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 5b6b18e1..5c05e917 100644 --- a/src/ui/widget.h +++ b/src/ui/widget.h | |||
@@ -134,6 +134,7 @@ struct Impl_Widget { | |||
134 | int64_t flags; | 134 | int64_t flags; |
135 | iRect rect; | 135 | iRect rect; |
136 | iInt2 minSize; | 136 | iInt2 minSize; |
137 | iWidget * sizeRef; | ||
137 | int padding[4]; /* left, top, right, bottom */ | 138 | int padding[4]; /* left, top, right, bottom */ |
138 | iAnim visualOffset; | 139 | iAnim visualOffset; |
139 | int bgColor; | 140 | int bgColor; |