mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-16 06:59:44 -05:00
Merge pull request #792 from emersion/x11-backend-blank-cursor
backend/x11: hide cursor
This commit is contained in:
commit
8b37e8f67a
3 changed files with 19 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue