mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
backend/x11: Check for xinput extension
This commit is contained in:
parent
9c1b87f210
commit
88b2d6fe25
4 changed files with 32 additions and 1 deletions
|
|
@ -67,6 +67,8 @@ struct wlr_x11_backend {
|
|||
// A blank cursor
|
||||
xcb_cursor_t cursor;
|
||||
|
||||
uint8_t xinput_opcode;
|
||||
|
||||
#if WLR_HAS_XCB_XKB
|
||||
bool xkb_supported;
|
||||
uint8_t xkb_base_event;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue