mirror of
https://github.com/brl/mutter.git
synced 2025-08-04 15:45:54 +00:00
display: Use a named mask constant inside is_moving / is_resizing
This helps clear up what's going on a bit.
This commit is contained in:
@@ -136,6 +136,7 @@ enum
|
||||
META_GRAB_OP_WINDOW_DIR_SOUTH = 0x4000,
|
||||
META_GRAB_OP_WINDOW_DIR_NORTH = 0x8000,
|
||||
META_GRAB_OP_WINDOW_DIR_UNKNOWN = 0xF000,
|
||||
META_GRAB_OP_WINDOW_DIR_MASK = 0xF000,
|
||||
|
||||
/* WGO = "window grab op". shorthand for below */
|
||||
_WGO_K = META_GRAB_OP_WINDOW_FLAG_KEYBOARD,
|
||||
|
Reference in New Issue
Block a user