mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-17 06:59:43 -05:00
xwayland: use xfixes extension
This commit is contained in:
parent
02f4acc69f
commit
fb25adae36
4 changed files with 33 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue