From 6d77e94b652ab4b8070b5acf1c6febfe77fc41c3 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Thu, 25 Feb 2021 14:30:27 -0500 Subject: change cursor --- ted.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ted.h') 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. -- cgit v1.2.3