backend/x11: Check for xinput extension

This commit is contained in:
Scott Anderson 2018-11-11 12:30:37 +13:00
parent 9c1b87f210
commit 88b2d6fe25
4 changed files with 32 additions and 1 deletions

View file

@ -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;