aboutsummaryrefslogtreecommitdiff
path: root/xwayland/xwm.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-10-24 09:11:12 -0400
committerTony Crisci <tony@dubstepdish.com>2017-10-24 09:11:12 -0400
commit2ca502b546f57fe7252dc990e7bfe89e151430a5 (patch)
tree87f66bd9bf5aa83f2b5f344d07143d4831b8459d /xwayland/xwm.h
parent0f7f6b1373438675b5f4d6a6ca0b4b88b472e322 (diff)
parentbbf08f3ef9cf831c6af49060871995eaa0963bca (diff)
Merge branch 'master' into feature/xwm-rewrite
Diffstat (limited to 'xwayland/xwm.h')
-rw-r--r--xwayland/xwm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xwayland/xwm.h b/xwayland/xwm.h
index be710a1b..a04b1065 100644
--- a/xwayland/xwm.h
+++ b/xwayland/xwm.h
@@ -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);