aboutsummaryrefslogtreecommitdiff
path: root/xwayland/xwm.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-24 08:22:13 -0400
committerGitHub <noreply@github.com>2017-10-24 08:22:13 -0400
commitbbf08f3ef9cf831c6af49060871995eaa0963bca (patch)
tree005f9540a0d68f827eb0024a1fb4bf53f48a4f20 /xwayland/xwm.h
parent93042e844be026e05a3120385af530c406bb695e (diff)
parent1dbe31493708790f6fafb4c9da8d24cbb3fa07b9 (diff)
Merge pull request #262 from acrisci/feature/data-device-selection
wlr-data-device
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);