Possible fix for REL_WHEEL_HI_RES not found on Debian
This commit is contained in:
@@ -18,6 +18,10 @@
|
|||||||
#define REL_HWHEEL_HI_RES 0x0c
|
#define REL_HWHEEL_HI_RES 0x0c
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef REL_WHEEL_HI_RES
|
||||||
|
#define REL_WHEEL_HI_RES 0x0b
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace platf {
|
namespace platf {
|
||||||
using namespace std::literals;
|
using namespace std::literals;
|
||||||
using evdev_t = util::safe_ptr<libevdev, libevdev_free>;
|
using evdev_t = util::safe_ptr<libevdev, libevdev_free>;
|
||||||
|
|||||||
Reference in New Issue
Block a user