aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-02-08 13:38:50 -0500
committerGitHub <noreply@github.com>2018-02-08 13:38:50 -0500
commit09c2626e32fd0eadc4b95a4f36b34f6bde79f6f4 (patch)
treeac3cf204cecb11f8faec7f477dc17cb6f90a2517 /include/rootston
parent78dc0c7de13c19257c6f186f9d7cf1d211c310e8 (diff)
parent74264d4f6243fc8ff87e66faf1940d3dd9d5b501 (diff)
Merge pull request #609 from VincentVanlaer/cancel-grab
Cancel rootson move/resize/rotate on escape
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/seat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/seat.h b/include/rootston/seat.h
index 966d98e5..2be8e467 100644
--- a/include/rootston/seat.h
+++ b/include/rootston/seat.h
@@ -89,6 +89,8 @@ 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_end_compositor_grab(struct roots_seat *seat);
+
struct roots_seat_view *roots_seat_view_from_view( struct roots_seat *seat,
struct roots_view *view);