From 7ae8800a637f9c4b0bc0ab33e10bc40fc30f91fa Mon Sep 17 00:00:00 2001 From: Vincent Vanlaer Date: Tue, 6 Feb 2018 12:36:38 +0100 Subject: Cancel rootston move/resize/rotate on escape press --- include/rootston/seat.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/rootston') diff --git a/include/rootston/seat.h b/include/rootston/seat.h index 966d98e5..70e8e867 100644 --- a/include/rootston/seat.h +++ b/include/rootston/seat.h @@ -84,11 +84,17 @@ 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); + struct roots_seat_view *roots_seat_view_from_view( struct roots_seat *seat, struct roots_view *view); -- cgit v1.2.3