mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
xdg-shell: use wlr_xdg_popup in sway_xdg_popup
Improved type safety.
This commit is contained in:
parent
f795aa1c95
commit
9a6687ee04
2 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue