summaryrefslogtreecommitdiff
path: root/ui.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui.hpp')
-rw-r--r--ui.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.hpp b/ui.hpp
index 5c67434..c11cd8f 100644
--- a/ui.hpp
+++ b/ui.hpp
@@ -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 {