aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/view.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-03-26 19:02:28 -0400
committeremersion <contact@emersion.fr>2018-03-27 17:24:25 -0400
commit19a525f3b51ed16d400d92fe27553967833f85d9 (patch)
tree7ddfc7720bcaaaea7cf60c56a43b5dc4d74219a6 /include/rootston/view.h
parent891610081fe1a8279fbe50d548bb6d42074aaae1 (diff)
rootston: damage view when zxdg-popup-v6 is mapped/unmapped
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 775f3d11..1fd7353a 100644
--- a/include/rootston/view.h
+++ b/include/rootston/view.h
@@ -177,6 +177,8 @@ struct roots_xdg_popup_v6 {
struct roots_view_child view_child;
struct wlr_xdg_popup_v6 *wlr_popup;
struct wl_listener destroy;
+ struct wl_listener map;
+ struct wl_listener unmap;
struct wl_listener new_popup;
};