From fde9f5bf859e582fb85d43831b90b7588ebfc3d3 Mon Sep 17 00:00:00 2001 From: Bert Date: Mon, 21 Feb 2011 18:26:21 +0100 Subject: Hide cursor on redraw or after 1.5s mouse inactivity --- window.h | 1 + 1 file changed, 1 insertion(+) (limited to 'window.h') diff --git a/window.h b/window.h index e06c19f..01fa90c 100644 --- a/window.h +++ b/window.h @@ -25,6 +25,7 @@ typedef enum win_cur_e { CURSOR_ARROW = 0, + CURSOR_NONE, CURSOR_HAND, CURSOR_WATCH } win_cur_t; -- cgit v1.2.3