aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2022-02-07 20:55:02 +0100
committerLibravatar Kirill Primak <vyivel@eclair.cafe>2022-02-07 23:22:16 +0300
commit9a6687ee04db948a9f61cf2f4cc5966be84c822c (patch)
treeb3847e914c9025244e6b525c0c06c14238e1d528 /include
parentxdg-shell: use wlr_xdg_toplevel in sway_view (diff)
downloadsway-9a6687ee04db948a9f61cf2f4cc5966be84c822c.tar.gz
sway-9a6687ee04db948a9f61cf2f4cc5966be84c822c.tar.zst
sway-9a6687ee04db948a9f61cf2f4cc5966be84c822c.zip
xdg-shell: use wlr_xdg_popup in sway_xdg_popup
Improved type safety.
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/view.h2
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 {
217struct sway_xdg_popup { 217struct sway_xdg_popup {
218 struct sway_view_child child; 218 struct sway_view_child child;
219 219
220 struct wlr_xdg_surface *wlr_xdg_surface; 220 struct wlr_xdg_popup *wlr_xdg_popup;
221 221
222 struct wl_listener new_popup; 222 struct wl_listener new_popup;
223 struct wl_listener destroy; 223 struct wl_listener destroy;