diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-08-21 20:16:28 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-08-21 20:16:28 +0200 |
| commit | 8b15c2484287fbf4c6a2b3bbdfb00de211d6e7c4 (patch) | |
| tree | d2e6613bae2c2f8299124cc4dfdb25078797d112 /src/ui.h | |
| parent | 70230f9be03b75cf971b2ac3e599717d31647dc6 (diff) | |
cursor work
Diffstat (limited to 'src/ui.h')
| -rw-r--r-- | src/ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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;
|
