aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-04-02 10:21:07 -0400
committerGitHub <noreply@github.com>2018-04-02 10:21:07 -0400
commit8b37e8f67a7ef659f884b59290c1c18ed9d64fec (patch)
treed7dd76d8814fd4ee1e14c7ba1d15e998c52d14f9 /include
parent7a1e02be78bc9247681713ffda09bea7e0aa551f (diff)
parent7b88ace557f6aae4b7aa41b72263c628e637a892 (diff)
Merge pull request #792 from emersion/x11-backend-blank-cursor
backend/x11: hide cursor
Diffstat (limited to 'include')
-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;