Hide cursor on redraw or after 1.5s mouse inactivity

This commit is contained in:
Bert
2011-02-21 18:26:21 +01:00
parent 280fcf6bf0
commit fde9f5bf85
3 changed files with 67 additions and 17 deletions

View File

@ -25,6 +25,7 @@
typedef enum win_cur_e {
CURSOR_ARROW = 0,
CURSOR_NONE,
CURSOR_HAND,
CURSOR_WATCH
} win_cur_t;