display: Rename meta_grab_op_is_mouse to is_moving_or_resizing

is_mouse actually checks for all combinations of moving/resizing
grab ops, which is quite confusing. Just rename it.
This commit is contained in:
Jasper St. Pierre
2014-04-20 11:43:10 -04:00
parent beca90a689
commit d09116ebce
4 changed files with 12 additions and 36 deletions

View File

@@ -439,7 +439,7 @@ int meta_resize_gravity_from_grab_op (MetaGrabOp op);
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_moving_or_resizing (MetaGrabOp op);
gboolean meta_grab_op_is_mouse_only (MetaGrabOp op);
gboolean meta_grab_op_is_clicking (MetaGrabOp op);
gboolean meta_grab_op_is_keyboard (MetaGrabOp op);