diff --git a/clients/window.c b/clients/window.c index 94724003..e27f3d34 100644 --- a/clients/window.c +++ b/clients/window.c @@ -643,6 +643,7 @@ static const char *cursors[] = { "top_side", "xterm", "hand1", + "watch", }; static void diff --git a/clients/window.h b/clients/window.h index 653eaeb2..56ca3ea3 100644 --- a/clients/window.h +++ b/clients/window.h @@ -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,