aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-03-10 11:18:50 +0100
committeremersion <contact@emersion.fr>2018-03-10 11:18:50 +0100
commit3f072bedd98969974ec1d3e8ffd9bae4150e52d4 (patch)
tree48bfa58f93acac72f435f294a14c83621369f171 /include/rootston
parentc27fd1e1ee9826ea0668d2bb5aa8644daec29a7f (diff)
xdg-shell-v6: add map signal
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h
index 66a0cb3d..0844a6da 100644
--- a/include/rootston/view.h
+++ b/include/rootston/view.h
@@ -27,6 +27,8 @@ struct roots_xdg_surface_v6 {
struct wl_listener destroy;
struct wl_listener new_popup;
+ struct wl_listener map;
+ struct wl_listener unmap;
struct wl_listener request_move;
struct wl_listener request_resize;
struct wl_listener request_maximize;