diff options
Diffstat (limited to 'ui.hpp')
-rw-r--r-- | ui.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ struct UI { Pipeline* pipeline; Render_Pass* render_pass; Element* root, * hot, * hovered; - int area_w, area_h; + Rect area; bool layout_dirty; struct UI_CBuffer { |