Possible fix for REL_WHEEL_HI_RES not found on Debian
This commit is contained in:
parent
4b65e3a95f
commit
476dc0eae4
1 changed files with 4 additions and 0 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue