add a NONE cursor, to not change the cursor at all

This commit is contained in:
Dana Jansens 2003-09-03 20:31:31 +00:00
parent fa706aa75c
commit f3661db043

View file

@ -3,6 +3,7 @@
typedef enum
{
OB_CURSOR_NONE,
OB_CURSOR_POINTER,
OB_CURSOR_BUSY,
OB_CURSOR_MOVE,