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/wlr/xwayland/xwayland.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/wlr/xwayland') diff --git a/include/wlr/xwayland/xwayland.h b/include/wlr/xwayland/xwayland.h index 06ea39c1..6761eff0 100644 --- a/include/wlr/xwayland/xwayland.h +++ b/include/wlr/xwayland/xwayland.h @@ -108,9 +108,9 @@ struct wlr_xwayland_surface { pid_t pid; bool has_utf8_title; - struct wl_list children; // wlr_xwayland_surface::parent_link + struct wl_list children; // wlr_xwayland_surface.parent_link struct wlr_xwayland_surface *parent; - struct wl_list parent_link; // wlr_xwayland_surface::children + struct wl_list parent_link; // wlr_xwayland_surface.children xcb_atom_t *window_type; size_t window_type_len; -- cgit v1.2.3