mirror of
https://github.com/brl/mutter.git
synced 2025-08-06 08:34:41 +00:00
display: Rename is_mouse_only to is_mouse
This commit is contained in:
@@ -1149,7 +1149,7 @@ meta_get_display (void)
|
||||
}
|
||||
|
||||
gboolean
|
||||
meta_grab_op_is_mouse_only (MetaGrabOp op)
|
||||
meta_grab_op_is_mouse (MetaGrabOp op)
|
||||
{
|
||||
switch (op)
|
||||
{
|
||||
@@ -1891,7 +1891,7 @@ meta_display_begin_grab_op (MetaDisplay *display,
|
||||
}
|
||||
|
||||
/* Grab keys for keyboard ops and mouse move/resizes; see #126497 */
|
||||
if (meta_grab_op_is_keyboard (op) || meta_grab_op_is_mouse_only (op))
|
||||
if (meta_grab_op_is_keyboard (op) || meta_grab_op_is_mouse (op))
|
||||
{
|
||||
if (grab_window)
|
||||
display->grab_have_keyboard =
|
||||
|
Reference in New Issue
Block a user