From 8591dbf8b50226407568f5cca531b6b411cb0718 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 4 Jun 2012 16:10:40 -0400 Subject: [PATCH] window.c: Add watch cursor --- clients/window.c | 1 + clients/window.h | 1 + 2 files changed, 2 insertions(+) diff --git a/clients/window.c b/clients/window.c index 9472400..e27f3d3 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 653eaeb..56ca3ea 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, -- 2.7.4