diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-25 14:30:27 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-25 14:30:27 -0500 |
commit | 6d77e94b652ab4b8070b5acf1c6febfe77fc41c3 (patch) | |
tree | 371459fb5c1eb323959c365f8b39fe5a53631681 /ted.h | |
parent | 047764ebab345a2bcb3a856c1f1956e849f52354 (diff) |
change cursor
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |