aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/view.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-10-24 21:07:46 -0400
committerTony Crisci <tony@dubstepdish.com>2017-10-24 21:07:46 -0400
commite5ee01254b442ae2f742a7044c56753fef13de76 (patch)
tree5239202e7e347069e99374f41dda70a427a319d7 /include/rootston/view.h
parent22435e00c5e1507544e27adac4e7ae88d8b49ac2 (diff)
xwm: map and unmap notify
Diffstat (limited to 'include/rootston/view.h')
-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 7d297329..1a0de6de 100644
--- a/include/rootston/view.h
+++ b/include/rootston/view.h
@@ -34,6 +34,8 @@ struct roots_xwayland_surface {
// TODO: Maybe destroy listener should go in roots_view
struct wl_listener destroy;
struct wl_listener request_configure;
+ struct wl_listener map_notify;
+ struct wl_listener unmap_notify;
};
enum roots_view_type {