mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-15 06:59:43 -05:00
wl-shell: fix popup grab
This commit is contained in:
parent
f7e7f6271d
commit
821cf92498
2 changed files with 46 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue