diff options
author | emersion <contact@emersion.fr> | 2017-09-28 23:26:31 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-09-28 23:26:31 +0200 |
commit | b7927078e9b2dec995eaec8240a87b683349aefb (patch) | |
tree | 2d25f3015af3301949a2087520664c91538843e5 /xwayland/xwm.h | |
parent | c92199a953a44b5a11b102e76d2b9e106a47a7d4 (diff) |
x11 -> xwayland, window -> surface, fix some calloc sizes and wrong types
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 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); |