Possible fix for REL_WHEEL_HI_RES not found on Debian

This commit is contained in:
loki
2020-01-17 15:57:12 +01:00
parent 4b65e3a95f
commit 476dc0eae4

View File

@@ -18,6 +18,10 @@
#define REL_HWHEEL_HI_RES 0x0c
#endif
#ifndef REL_WHEEL_HI_RES
#define REL_WHEEL_HI_RES 0x0b
#endif
namespace platf {
using namespace std::literals;
using evdev_t = util::safe_ptr<libevdev, libevdev_free>;