diff options
author | emersion <contact@emersion.fr> | 2018-03-26 19:02:28 -0400 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-03-27 17:24:25 -0400 |
commit | 19a525f3b51ed16d400d92fe27553967833f85d9 (patch) | |
tree | 7ddfc7720bcaaaea7cf60c56a43b5dc4d74219a6 /include | |
parent | 891610081fe1a8279fbe50d548bb6d42074aaae1 (diff) |
rootston: damage view when zxdg-popup-v6 is mapped/unmapped
Diffstat (limited to 'include')
-rw-r--r-- | include/rootston/view.h | 2 |
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; }; |