mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
xdg-shell: use wlr_surface_synced for popups
This commit is contained in:
parent
9201431c29
commit
4b3553409a
4 changed files with 32 additions and 7 deletions
|
|
@ -110,6 +110,10 @@ struct wlr_xdg_popup {
|
|||
} events;
|
||||
|
||||
struct wl_list grab_link; // wlr_xdg_popup_grab.popups
|
||||
|
||||
// private state
|
||||
|
||||
struct wlr_surface_synced synced;
|
||||
};
|
||||
|
||||
// each seat gets a popup grab
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue