aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/seat.h
diff options
context:
space:
mode:
authorVincent Vanlaer <vincent.vanlaer@skynet.be>2018-02-08 13:13:33 +0100
committerVincent Vanlaer <vincent.vanlaer@skynet.be>2018-02-08 13:13:33 +0100
commit74264d4f6243fc8ff87e66faf1940d3dd9d5b501 (patch)
treeac3cf204cecb11f8faec7f477dc17cb6f90a2517 /include/rootston/seat.h
parent84234b43114307892516935d1026fef0c5fdc68e (diff)
Rename roots_seat_cancel_transform
Diffstat (limited to 'include/rootston/seat.h')
-rw-r--r--include/rootston/seat.h2
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);