window.c: Add watch cursor

dev
Kristian Høgsberg 13 years ago
parent 5a4e9ff51b
commit 8591dbf8b5
  1. 1
      clients/window.c
  2. 1
      clients/window.h

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

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

Loading…
Cancel
Save