window.c: Add watch cursor

This commit is contained in:
Kristian Høgsberg 2012-06-04 16:10:40 -04:00
parent 5a4e9ff51b
commit 8591dbf8b5
2 changed files with 2 additions and 0 deletions

View File

@ -643,6 +643,7 @@ static const char *cursors[] = {
"top_side",
"xterm",
"hand1",
"watch",
};
static void

View File

@ -153,6 +153,7 @@ enum cursor_type {
CURSOR_TOP,
CURSOR_IBEAM,
CURSOR_HAND1,
CURSOR_WATCH
};
typedef void (*window_key_handler_t)(struct window *window, struct input *input,