aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/xwayland/xwayland.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr/xwayland/xwayland.h')
-rw-r--r--include/wlr/xwayland/xwayland.h4
1 files changed, 2 insertions, 2 deletions
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;