diff options
Diffstat (limited to 'xwayland/xwm.h')
-rw-r--r-- | xwayland/xwm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xwayland/xwm.h b/xwayland/xwm.h index b557a331..9ae084d2 100644 --- a/xwayland/xwm.h +++ b/xwayland/xwm.h @@ -44,8 +44,8 @@ struct wlr_xwm { struct wlr_xwayland_surface *focus_surface; - struct wl_list new_surfaces; - struct wl_list unpaired_surfaces; + struct wl_list new_surfaces; // wlr_xwayland_surface::new_link + struct wl_list unpaired_surfaces; // wlr_xwayland_surface::unpaired_link const xcb_query_extension_reply_t *xfixes; |