backend/x11: hide cursor

This commit is contained in:
emersion 2018-03-31 12:07:58 -04:00
parent 96c6091f80
commit 7b88ace557
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 19 additions and 0 deletions

View file

@ -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;