summaryrefslogtreecommitdiff
path: root/clients/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/window.h')
-rw-r--r--clients/window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/clients/window.h b/clients/window.h
index 1128d71b..349dead6 100644
--- a/clients/window.h
+++ b/clients/window.h
@@ -192,6 +192,9 @@ enum cursor_type {
CURSOR_IBEAM,
CURSOR_HAND1,
CURSOR_WATCH,
+ CURSOR_DND_MOVE,
+ CURSOR_DND_COPY,
+ CURSOR_DND_FORBIDDEN,
CURSOR_BLANK
};