wl-shell: fix popup grab

This commit is contained in:
Tony Crisci 2017-10-10 12:20:39 -04:00
parent f7e7f6271d
commit 821cf92498
2 changed files with 46 additions and 2 deletions

View file

@ -71,6 +71,7 @@ struct wlr_wl_shell_surface {
struct wlr_wl_shell_surface *parent;
struct wl_list popup_link;
struct wl_list popups;
bool popup_mapped;
struct {
struct wl_signal destroy;