add a NONE cursor, to not change the cursor at all
This commit is contained in:
parent
fa706aa75c
commit
f3661db043
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
typedef enum
|
||||
{
|
||||
OB_CURSOR_NONE,
|
||||
OB_CURSOR_POINTER,
|
||||
OB_CURSOR_BUSY,
|
||||
OB_CURSOR_MOVE,
|
||||
|
|
Loading…
Reference in a new issue