summaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-03-20 13:59:17 +0100
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-03-20 13:59:17 +0100
commit2289cde164c0270c8e60f185b20ba89c73707913 (patch)
tree3a34b31700ab2400524a747befe138f0e03239ab /src/ui.h
parentdb0e36f6cb1206fc4be3af68858e03b8579b397f (diff)
tooltip work
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index e85cf8e..b75dd13 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -157,6 +157,8 @@ typedef struct t_ui_tooltip
{
s32 x;
s32 y;
+ s32 w;
+ s32 h;
} ui_tooltip;
typedef struct t_ui_context