diff options
author | Scott Anderson <scott@anderso.nz> | 2018-11-11 12:30:37 +1300 |
---|---|---|
committer | Scott Anderson <scott@anderso.nz> | 2018-11-13 10:41:37 +1300 |
commit | 88b2d6fe25f77b2140bb76d5d3c8ae037cad31e5 (patch) | |
tree | 45bb2b4129312910f8df85ad701f851f7ddebc1c /include/backend | |
parent | 9c1b87f210edd17a3006ff9fe90be70e1c31a446 (diff) |
backend/x11: Check for xinput extension
Diffstat (limited to 'include/backend')
-rw-r--r-- | include/backend/x11.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/backend/x11.h b/include/backend/x11.h index eccb422b..935c427e 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -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; |