summaryrefslogtreecommitdiff
path: root/clients/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/window.h')
-rw-r--r--clients/window.h1
1 files changed, 1 insertions, 0 deletions
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,