diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-04-02 10:21:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-02 10:21:07 -0400 |
commit | 8b37e8f67a7ef659f884b59290c1c18ed9d64fec (patch) | |
tree | d7dd76d8814fd4ee1e14c7ba1d15e998c52d14f9 /include/backend/x11.h | |
parent | 7a1e02be78bc9247681713ffda09bea7e0aa551f (diff) | |
parent | 7b88ace557f6aae4b7aa41b72263c628e637a892 (diff) |
Merge pull request #792 from emersion/x11-backend-blank-cursor
backend/x11: hide cursor
Diffstat (limited to 'include/backend/x11.h')
-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; |