aboutsummaryrefslogtreecommitdiff
path: root/xwayland/xwm.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-10-24 18:57:20 -0400
committerTony Crisci <tony@dubstepdish.com>2017-10-24 18:57:20 -0400
commit2ff94d0036833b85f54c8be0ffb98c49be168be2 (patch)
treea2c34200e6ec151191017719d1ee403399af5cfd /xwayland/xwm.h
parent79e14f65e0a005b1ab47b294dd2368cb3d55cb33 (diff)
xwm: get rid of displayable surfaces list
Diffstat (limited to 'xwayland/xwm.h')
-rw-r--r--xwayland/xwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xwayland/xwm.h b/xwayland/xwm.h
index 9ae084d2..2bb1ff0b 100644
--- a/xwayland/xwm.h
+++ b/xwayland/xwm.h
@@ -44,7 +44,7 @@ struct wlr_xwm {
struct wlr_xwayland_surface *focus_surface;
- struct wl_list new_surfaces; // wlr_xwayland_surface::new_link
+ struct wl_list surfaces; // wlr_xwayland_surface::link
struct wl_list unpaired_surfaces; // wlr_xwayland_surface::unpaired_link
const xcb_query_extension_reply_t *xfixes;