diff options
author | emersion <contact@emersion.fr> | 2018-02-09 14:50:26 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-02-09 14:50:26 +0100 |
commit | cdd55b5d19470981ad71f8e6d31bd8152e44364b (patch) | |
tree | 2a90beb98aacd85bbc5bd30df998b4e7c92ec3e7 /include | |
parent | 1cea73d2d816f50222c4e27a20b3a5c08ae104df (diff) | |
parent | 09c2626e32fd0eadc4b95a4f36b34f6bde79f6f4 (diff) |
Merge remote-tracking branch 'upstream/master' into output-damage
Diffstat (limited to 'include')
-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 fa7d38df..0047522c 100644 --- a/include/rootston/seat.h +++ b/include/rootston/seat.h @@ -104,6 +104,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); |