summaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-08-21 20:16:28 +0200
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-08-21 20:16:28 +0200
commit8b15c2484287fbf4c6a2b3bbdfb00de211d6e7c4 (patch)
treed2e6613bae2c2f8299124cc4dfdb25078797d112 /src/ui.h
parent70230f9be03b75cf971b2ac3e599717d31647dc6 (diff)
cursor work
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index 9a654f5..c4c6d28 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -164,6 +164,7 @@ typedef struct t_ui_tooltip
typedef struct t_ui_context
{
+ cursor_type cursor_to_set;
ui_style style;
ui_layout layout;
keyboard_input *keyboard;