rootston: damage view when xdg-popup is mapped/unmapped

This commit is contained in:
emersion 2018-03-27 17:27:58 -04:00
parent 19a525f3b5
commit 4abca435cc
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 16 additions and 0 deletions

View file

@ -186,6 +186,8 @@ struct roots_xdg_popup {
struct roots_view_child view_child;
struct wlr_xdg_popup *wlr_popup;
struct wl_listener destroy;
struct wl_listener map;
struct wl_listener unmap;
struct wl_listener new_popup;
};