From: Dana Jansens Date: Wed, 3 Sep 2003 20:31:31 +0000 (+0000) Subject: add a NONE cursor, to not change the cursor at all X-Git-Tag: openbox-3_0-rc1-RELEASE~379 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=f3661db043441a8ea44a02d469ef12205ffa339e;p=dana%2Fopenbox.git add a NONE cursor, to not change the cursor at all --- 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,