Merge pull request #792 from emersion/x11-backend-blank-cursor

backend/x11: hide cursor
This commit is contained in:
Drew DeVault 2018-04-02 10:21:07 -04:00 committed by GitHub
commit 8b37e8f67a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;