diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-03 20:31:31 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-03 20:31:31 +0000 |
| commit | f3661db043441a8ea44a02d469ef12205ffa339e (patch) | |
| tree | 6e8fd81a42634d60dacdf7917f9769e2224bfeb4 /openbox/misc.h | |
| parent | fa706aa75c4db029ad55cf6cfb8f147dd8b4fe9e (diff) | |
add a NONE cursor, to not change the cursor at all
Diffstat (limited to 'openbox/misc.h')
| -rw-r--r-- | openbox/misc.h | 1 |
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, |
