mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
backend/x11: hide cursor
This commit is contained in:
parent
96c6091f80
commit
7b88ace557
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