Merge roots_seat_cancel_* into one function

This commit is contained in:
Vincent Vanlaer 2018-02-06 22:55:56 +01:00
parent 147e5c0f8f
commit 90eb50d9aa
3 changed files with 18 additions and 35 deletions

View file

@ -84,16 +84,12 @@ void roots_seat_cycle_focus(struct roots_seat *seat);
void roots_seat_begin_move(struct roots_seat *seat, struct roots_view *view);
void roots_seat_cancel_move(struct roots_seat *seat);
void roots_seat_begin_resize(struct roots_seat *seat, struct roots_view *view,
uint32_t edges);
void roots_seat_cancel_resize(struct roots_seat *seat);
void roots_seat_begin_rotate(struct roots_seat *seat, struct roots_view *view);
void roots_seat_cancel_rotate(struct roots_seat *seat);
void roots_seat_cancel_transform(struct roots_seat *seat);
struct roots_seat_view *roots_seat_view_from_view( struct roots_seat *seat,
struct roots_view *view);