window.c: Add watch cursor
authorKristian Høgsberg <krh@bitplanet.net>
Mon, 4 Jun 2012 20:10:40 +0000 (16:10 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 4 Jun 2012 20:10:40 +0000 (16:10 -0400)
clients/window.c
clients/window.h

index 9472400..e27f3d3 100644 (file)
@@ -643,6 +643,7 @@ static const char *cursors[] = {
        "top_side",
        "xterm",
        "hand1",
+       "watch",
 };
 
 static void
index 653eaeb..56ca3ea 100644 (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,