From a09d6494397bdd28a3254d2e646212afb5a3049c Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Mon, 2 Oct 2023 22:06:44 +0300 Subject: docs: replace the less commonly used "::" with "." --- include/xwayland/xwm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/xwayland') 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; -- cgit v1.2.3