mirror of
https://github.com/brl/mutter.git
synced 2025-07-15 22:57:19 +00:00
display: Rename META_GRAB_OP_WAYLAND_CLIENT to WAYLAND_POPUP
We're going to introduce other grab ops soon.
This commit is contained in:
@ -223,8 +223,8 @@ typedef enum
|
||||
/* Special grab op when the compositor asked for a grab */
|
||||
META_GRAB_OP_COMPOSITOR,
|
||||
|
||||
/* For when a client takes a popup grab */
|
||||
META_GRAB_OP_WAYLAND_CLIENT,
|
||||
/* For when a Wayland client takes a popup grab */
|
||||
META_GRAB_OP_WAYLAND_POPUP,
|
||||
} MetaGrabOp;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user