summaryrefslogtreecommitdiff
path: root/openbox/misc.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-03 20:31:31 +0000
committerDana Jansens <danakj@orodu.net>2003-09-03 20:31:31 +0000
commitf3661db043441a8ea44a02d469ef12205ffa339e (patch)
tree6e8fd81a42634d60dacdf7917f9769e2224bfeb4 /openbox/misc.h
parentfa706aa75c4db029ad55cf6cfb8f147dd8b4fe9e (diff)
add a NONE cursor, to not change the cursor at all
Diffstat (limited to 'openbox/misc.h')
-rw-r--r--openbox/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/misc.h b/openbox/misc.h
index 5f84a98a..24788c4f 100644
--- a/openbox/misc.h
+++ b/openbox/misc.h
@@ -3,6 +3,7 @@
typedef enum
{
+ OB_CURSOR_NONE,
OB_CURSOR_POINTER,
OB_CURSOR_BUSY,
OB_CURSOR_MOVE,