mirror of
https://github.com/brl/mutter.git
synced 2025-08-04 23:54:40 +00:00
display: Wayland client grabs should not block Wayland input focus
This fixes menu issues with GTK+.
This commit is contained in:
@@ -1304,6 +1304,9 @@ meta_grab_op_should_block_wayland (MetaGrabOp op)
|
|||||||
if (op == META_GRAB_OP_NONE)
|
if (op == META_GRAB_OP_NONE)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
if (op == META_GRAB_OP_WAYLAND_CLIENT)
|
||||||
|
return FALSE;
|
||||||
|
|
||||||
/* Clicking on a frame button needs us to deliver events to the
|
/* Clicking on a frame button needs us to deliver events to the
|
||||||
* frame window, since the button is part of the frame here. */
|
* frame window, since the button is part of the frame here. */
|
||||||
if (meta_grab_op_is_clicking (op))
|
if (meta_grab_op_is_clicking (op))
|
||||||
|
Reference in New Issue
Block a user