mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
xdg-popup: render popups in the right place
This commit is contained in:
parent
86b66f1d6f
commit
e003296c23
4 changed files with 39 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue