xwm: fix lists

This commit is contained in:
Tony Crisci 2017-10-24 14:37:18 -04:00
parent fa94a06fd6
commit 79e14f65e0
3 changed files with 66 additions and 22 deletions

View file

@ -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;