mirror of
https://github.com/brl/mutter.git
synced 2025-03-25 04:33:52 +00:00
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
|
typedef enum
|
||||||
{
|
{
|
||||||
|
META_CURSOR_NONE = 0,
|
||||||
META_CURSOR_DEFAULT,
|
META_CURSOR_DEFAULT,
|
||||||
META_CURSOR_NORTH_RESIZE,
|
META_CURSOR_NORTH_RESIZE,
|
||||||
META_CURSOR_SOUTH_RESIZE,
|
META_CURSOR_SOUTH_RESIZE,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user