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