xdg-shell: use wlr_xdg_popup in sway_xdg_popup

Improved type safety.
This commit is contained in:
Simon Ser 2022-02-07 20:55:02 +01:00 committed by Kirill Primak
parent f795aa1c95
commit 9a6687ee04
2 changed files with 7 additions and 7 deletions

View file

@ -217,7 +217,7 @@ struct sway_subsurface {
struct sway_xdg_popup {
struct sway_view_child child;
struct wlr_xdg_surface *wlr_xdg_surface;
struct wlr_xdg_popup *wlr_xdg_popup;
struct wl_listener new_popup;
struct wl_listener destroy;