aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-03-15 20:15:09 +0100
committeremersion <contact@emersion.fr>2018-03-15 20:15:09 +0100
commite607d0f7ee00c59354c996fc98e738c26adbca58 (patch)
tree320244e9ea613f9c3192b946141de02159dca169 /include/rootston
parent42cc575266b3fb2bb406145d0553e375d17b038a (diff)
xdg-shell: add map/unmap support
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 92d1feb5..775f3d11 100644
--- a/include/rootston/view.h
+++ b/include/rootston/view.h
@@ -44,6 +44,8 @@ struct roots_xdg_surface {
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;