xwayland: use xfixes extension

This commit is contained in:
Tony Crisci 2017-10-15 14:50:21 -04:00
parent 02f4acc69f
commit fb25adae36
4 changed files with 33 additions and 1 deletions

View file

@ -85,6 +85,8 @@ struct wlr_xwm {
struct wl_list new_surfaces;
struct wl_list unpaired_surfaces;
const xcb_query_extension_reply_t *xfixes;
};
void xwm_destroy(struct wlr_xwm *xwm);