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-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=f3661db043441a8ea44a02d469ef12205ffa339e;p=chaz%2Fopenbox 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,