mirror of
https://github.com/brl/mutter.git
synced 2025-08-03 07:04:41 +00:00
display: Rename grab_op_is_wayland to grab_op_should_block_wayland
The idea here is that while we take a WM-side grab, like a compositor grab or a resizing grab, we need to remove the focus from the Wayland client. We make a special exception for CLICKING operations, because these are really an internal state machine while you're pressing on a button inside a frame, and in this case, we need to not kill the focus.
This commit is contained in:
@@ -441,8 +441,8 @@ gboolean meta_grab_op_is_moving (MetaGrabOp op);
|
||||
gboolean meta_grab_op_is_resizing (MetaGrabOp op);
|
||||
gboolean meta_grab_op_is_mouse (MetaGrabOp op);
|
||||
gboolean meta_grab_op_is_clicking (MetaGrabOp op);
|
||||
gboolean meta_grab_op_is_wayland (MetaGrabOp op);
|
||||
gboolean meta_grab_op_is_keyboard (MetaGrabOp op);
|
||||
gboolean meta_grab_op_should_block_wayland (MetaGrabOp op);
|
||||
|
||||
void meta_display_devirtualize_modifiers (MetaDisplay *display,
|
||||
MetaVirtualModifier modifiers,
|
||||
|
Reference in New Issue
Block a user