aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/seat.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-03-13 12:31:45 +0100
committeremersion <contact@emersion.fr>2018-03-13 12:31:45 +0100
commitc1c88bfe5d88b7f6330f5ce5be04ef6951123c3d (patch)
treedf3b329786c17d1f9b74618459179950ea13a59a /include/rootston/seat.h
parent42637a52cf2779ec05f0fdb97df416e21438a77b (diff)
rootston: destroy seat view on unmap
Diffstat (limited to 'include/rootston/seat.h')
-rw-r--r--include/rootston/seat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/seat.h b/include/rootston/seat.h
index cc0293b5..0b1dbe2d 100644
--- a/include/rootston/seat.h
+++ b/include/rootston/seat.h
@@ -39,6 +39,7 @@ struct roots_seat_view {
struct wl_list link; // roots_seat::views
+ struct wl_listener view_unmap;
struct wl_listener view_destroy;
};