cursor: Add a META_CURSOR_NONE
This is for cases where we have a MetaCursorReference that does not have an X cursor equivalent... we have to return something!
This commit is contained in:
parent
3a0de6a4f1
commit
b05953d960
@ -226,6 +226,7 @@ typedef enum
|
||||
*/
|
||||
typedef enum
|
||||
{
|
||||
META_CURSOR_NONE = 0,
|
||||
META_CURSOR_DEFAULT,
|
||||
META_CURSOR_NORTH_RESIZE,
|
||||
META_CURSOR_SOUTH_RESIZE,
|
||||
|
Loading…
Reference in New Issue
Block a user