aboutsummaryrefslogtreecommitdiff
path: root/include/xwayland/xwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xwayland/xwm.h')
-rw-r--r--include/xwayland/xwm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xwayland/xwm.h b/include/xwayland/xwm.h
index 3d540522..7db5d6cb 100644
--- a/include/xwayland/xwm.h
+++ b/include/xwayland/xwm.h
@@ -113,10 +113,10 @@ struct wlr_xwm {
struct wlr_xwayland_surface *focus_surface;
// Surfaces in creation order
- struct wl_list surfaces; // wlr_xwayland_surface::link
+ struct wl_list surfaces; // wlr_xwayland_surface.link
// Surfaces in bottom-to-top stacking order, for _NET_CLIENT_LIST_STACKING
- struct wl_list surfaces_in_stack_order; // wlr_xwayland_surface::stack_link
- struct wl_list unpaired_surfaces; // wlr_xwayland_surface::unpaired_link
+ struct wl_list surfaces_in_stack_order; // wlr_xwayland_surface.stack_link
+ struct wl_list unpaired_surfaces; // wlr_xwayland_surface.unpaired_link
struct wl_list pending_startup_ids; // pending_startup_id
struct wlr_drag *drag;