From f3661db043441a8ea44a02d469ef12205ffa339e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 3 Sep 2003 20:31:31 +0000 Subject: [PATCH] add a NONE cursor, to not change the cursor at all --- openbox/misc.h | 1 + 1 file changed, 1 insertion(+) 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, -- 2.39.2