aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVincent Vanlaer <vincent.vanlaer@skynet.be>2018-02-06 22:55:56 +0100
committerVincent Vanlaer <vincent.vanlaer@skynet.be>2018-02-06 22:55:56 +0100
commit90eb50d9aabe7665ae081c869b2986c691150b56 (patch)
tree3c8cf9c2cd0e41d23af92686f0c99ed80458f720 /include
parent147e5c0f8f689d052f77bbcffda8e7da41241109 (diff)
Merge roots_seat_cancel_* into one function
Diffstat (limited to 'include')
-rw-r--r--include/rootston/seat.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/rootston/seat.h b/include/rootston/seat.h
index 70e8e867..0eb3bee8 100644
--- a/include/rootston/seat.h
+++ b/include/rootston/seat.h
@@ -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);