aboutsummaryrefslogtreecommitdiff
path: root/xwayland/xwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'xwayland/xwm.h')
-rw-r--r--xwayland/xwm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xwayland/xwm.h b/xwayland/xwm.h
index 7fc6f3bf..869eb303 100644
--- a/xwayland/xwm.h
+++ b/xwayland/xwm.h
@@ -75,8 +75,8 @@ struct wlr_xwm {
xcb_screen_t *screen;
xcb_window_t window;
- struct wl_list new_windows;
- struct wl_list unpaired_windows;
+ struct wl_list new_surfaces;
+ struct wl_list unpaired_surfaces;
};
void xwm_destroy(struct wlr_xwm *xwm);