aboutsummaryrefslogtreecommitdiff
path: root/xwayland/xwm.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-11-02 11:09:14 +0100
committeremersion <contact@emersion.fr>2017-11-02 11:09:14 +0100
commit4254c28138e33e0dfc7661f39a08a3be5a6f03a6 (patch)
tree7d0b90ed19db164d76cace456873037dc58d3953 /xwayland/xwm.h
parentf31fea79779e7ad119a7cd75340f6f51df7cebcf (diff)
Free xwm cursor in xwm_destroy
Diffstat (limited to 'xwayland/xwm.h')
-rw-r--r--xwayland/xwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xwayland/xwm.h b/xwayland/xwm.h
index 7d30d278..ba1ed3c2 100644
--- a/xwayland/xwm.h
+++ b/xwayland/xwm.h
@@ -49,6 +49,7 @@ struct wlr_xwm {
xcb_window_t window;
xcb_visualid_t visual_id;
xcb_colormap_t colormap;
+ xcb_cursor_t cursor;
struct wlr_xwayland_surface *focus_surface;