diff options
author | emersion <contact@emersion.fr> | 2018-03-31 12:07:58 -0400 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-03-31 12:10:43 -0400 |
commit | 7b88ace557f6aae4b7aa41b72263c628e637a892 (patch) | |
tree | 3255d980b1bff37565b478f2870d2e1dc161c94d /include/backend | |
parent | 96c6091f802c803ccd6c7acd3e1165f6a8d4da2d (diff) |
backend/x11: hide cursor
Diffstat (limited to 'include/backend')
-rw-r--r-- | include/backend/x11.h | 3 |
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; |