summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-25 14:30:27 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-25 14:30:27 -0500
commit6d77e94b652ab4b8070b5acf1c6febfe77fc41c3 (patch)
tree371459fb5c1eb323959c365f8b39fe5a53631681 /ted.h
parent047764ebab345a2bcb3a856c1f1956e849f52354 (diff)
change cursor
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ted.h b/ted.h
index 3c31ab0..cdfa433 100644
--- a/ted.h
+++ b/ted.h
@@ -274,7 +274,10 @@ typedef struct Ted {
// used by menus to keep track of the scroll position so we can return to it.
v2d prev_active_buffer_scroll;
-
+
+ SDL_Cursor *cursor_arrow, *cursor_ibeam, *cursor_resize_h, *cursor_resize_v;
+ SDL_Cursor *cursor; // which cursor to use this frame
+
char **tag_selector_entries; // an array of all tags (see tag_selector_open)
// points to a selector if any is open, otherwise NULL.