aboutsummaryrefslogtreecommitdiff
path: root/include/backend/x11.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-03-31 12:07:58 -0400
committeremersion <contact@emersion.fr>2018-03-31 12:10:43 -0400
commit7b88ace557f6aae4b7aa41b72263c628e637a892 (patch)
tree3255d980b1bff37565b478f2870d2e1dc161c94d /include/backend/x11.h
parent96c6091f802c803ccd6c7acd3e1165f6a8d4da2d (diff)
backend/x11: hide cursor
Diffstat (limited to 'include/backend/x11.h')
-rw-r--r--include/backend/x11.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/backend/x11.h b/include/backend/x11.h
index 0426e481..33c9a427 100644
--- a/include/backend/x11.h
+++ b/include/backend/x11.h
@@ -58,6 +58,9 @@ struct wlr_x11_backend {
// The time we last received an event
xcb_timestamp_t time;
+ // A blank cursor
+ xcb_cursor_t cursor;
+
#ifdef WLR_HAS_XCB_XKB
bool xkb_supported;
uint8_t xkb_base_event;