diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-02-08 13:38:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-08 13:38:50 -0500 |
commit | 09c2626e32fd0eadc4b95a4f36b34f6bde79f6f4 (patch) | |
tree | ac3cf204cecb11f8faec7f477dc17cb6f90a2517 /include/rootston/seat.h | |
parent | 78dc0c7de13c19257c6f186f9d7cf1d211c310e8 (diff) | |
parent | 74264d4f6243fc8ff87e66faf1940d3dd9d5b501 (diff) |
Merge pull request #609 from VincentVanlaer/cancel-grab
Cancel rootson move/resize/rotate on escape
Diffstat (limited to 'include/rootston/seat.h')
-rw-r--r-- | include/rootston/seat.h | 2 |
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); |