rootston: damage view when zxdg-popup-v6 is mapped/unmapped

This commit is contained in:
emersion 2018-03-26 19:02:28 -04:00
parent 891610081f
commit 19a525f3b5
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 18 additions and 0 deletions

View file

@ -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;
};