diff options
author | Vincent Vanlaer <vincent.vanlaer@skynet.be> | 2018-02-08 13:13:33 +0100 |
---|---|---|
committer | Vincent Vanlaer <vincent.vanlaer@skynet.be> | 2018-02-08 13:13:33 +0100 |
commit | 74264d4f6243fc8ff87e66faf1940d3dd9d5b501 (patch) | |
tree | ac3cf204cecb11f8faec7f477dc17cb6f90a2517 /include/rootston/seat.h | |
parent | 84234b43114307892516935d1026fef0c5fdc68e (diff) |
Rename roots_seat_cancel_transform
Diffstat (limited to 'include/rootston/seat.h')
-rw-r--r-- | include/rootston/seat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rootston/seat.h b/include/rootston/seat.h index 0eb3bee8..2be8e467 100644 --- a/include/rootston/seat.h +++ b/include/rootston/seat.h @@ -89,7 +89,7 @@ void roots_seat_begin_resize(struct roots_seat *seat, struct roots_view *view, void roots_seat_begin_rotate(struct roots_seat *seat, struct roots_view *view); -void roots_seat_cancel_transform(struct roots_seat *seat); +void roots_seat_end_compositor_grab(struct roots_seat *seat); struct roots_seat_view *roots_seat_view_from_view( struct roots_seat *seat, struct roots_view *view); |