diff options
author | Simon Ser <contact@emersion.fr> | 2022-02-07 20:55:02 +0100 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2022-02-07 23:22:16 +0300 |
commit | 9a6687ee04db948a9f61cf2f4cc5966be84c822c (patch) | |
tree | b3847e914c9025244e6b525c0c06c14238e1d528 /include/sway | |
parent | f795aa1c95b1283c0a32b03c80dced14389cd38a (diff) |
xdg-shell: use wlr_xdg_popup in sway_xdg_popup
Improved type safety.
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/tree/view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h index 5f8d2f58..95708a04 100644 --- a/include/sway/tree/view.h +++ b/include/sway/tree/view.h @@ -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; |