From 7b88ace557f6aae4b7aa41b72263c628e637a892 Mon Sep 17 00:00:00 2001
From: emersion <contact@emersion.fr>
Date: Sat, 31 Mar 2018 12:07:58 -0400
Subject: backend/x11: hide cursor

---
 include/backend/x11.h | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'include/backend')

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;
-- 
cgit v1.2.3