x11 -> xwayland, window -> surface, fix some calloc sizes and wrong types

This commit is contained in:
emersion 2017-09-28 23:26:31 +02:00
parent c92199a953
commit b7927078e9
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
7 changed files with 159 additions and 140 deletions

View file

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