mirror of
https://github.com/brl/mutter.git
synced 2025-08-12 03:14:46 +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:
@@ -1302,7 +1302,7 @@ meta_grab_op_should_block_wayland (MetaGrabOp op)
|
||||
if (op == META_GRAB_OP_NONE)
|
||||
return FALSE;
|
||||
|
||||
if (op == META_GRAB_OP_WAYLAND_CLIENT)
|
||||
if (op == META_GRAB_OP_WAYLAND_POPUP)
|
||||
return FALSE;
|
||||
|
||||
/* Clicking on a frame button needs us to deliver events to the
|
||||
|
Reference in New Issue
Block a user