aboutsummaryrefslogtreecommitdiff
path: root/xwayland/xwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'xwayland/xwm.h')
-rw-r--r--xwayland/xwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xwayland/xwm.h b/xwayland/xwm.h
index 9ae084d2..2bb1ff0b 100644
--- a/xwayland/xwm.h
+++ b/xwayland/xwm.h
@@ -44,7 +44,7 @@ struct wlr_xwm {
struct wlr_xwayland_surface *focus_surface;
- struct wl_list new_surfaces; // wlr_xwayland_surface::new_link
+ struct wl_list surfaces; // wlr_xwayland_surface::link
struct wl_list unpaired_surfaces; // wlr_xwayland_surface::unpaired_link
const xcb_query_extension_reply_t *xfixes;