xdg-popup: render popups in the right place

This commit is contained in:
Tony Crisci 2017-10-02 09:15:21 -04:00
parent 86b66f1d6f
commit e003296c23
4 changed files with 39 additions and 2 deletions

View file

@ -89,6 +89,9 @@ struct wlr_xdg_surface_v6 {
struct wlr_xdg_popup_v6 *popup_state;
};
struct wl_list popups;
struct wl_list popup_link;
bool configured;
struct wl_event_source *configure_idle;
struct wl_list configure_list;