aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/seat.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-03-17 10:00:54 -0400
committerGitHub <noreply@github.com>2018-03-17 10:00:54 -0400
commit09413aa7f1eab176c12675217a17ebe367fa7d8f (patch)
treed97059ac24cefd144db7c7789461106a1f70b9c5 /include/rootston/seat.h
parent9cc875429b40e2567b219f8e9ffd23316d136204 (diff)
parent303883ce49b81438c8653991f40e72b0481e27cf (diff)
Merge pull request #711 from emersion/map-unmap
Add map/unmap to xdg-shell
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;
};