diff options
author | Scott Anderson <scott@anderso.nz> | 2018-11-11 14:25:53 +1300 |
---|---|---|
committer | Scott Anderson <scott@anderso.nz> | 2018-11-13 10:55:03 +1300 |
commit | 70ae76304e5c40774dd50a23537cdc419cdfa4c6 (patch) | |
tree | 32ef3a537d08f6237eadec618ea0c7e0f404f586 /include/wlr | |
parent | d89e868cc9702f1dcd51de39c6b009e8c6fd3bd6 (diff) |
backend/x11: Remove old input functions
This also allows us to remove xcb-xkb, since Xinput will now give us the
appropriate XKB modifiers with each event.
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/config.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/config.h.in b/include/wlr/config.h.in index 17277c07..94273fac 100644 --- a/include/wlr/config.h.in +++ b/include/wlr/config.h.in @@ -12,6 +12,5 @@ #mesondefine WLR_HAS_XCB_ERRORS #mesondefine WLR_HAS_XCB_ICCCM -#mesondefine WLR_HAS_XCB_XKB #endif |