mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-08-08 11:19:19 +00:00
Possible fix for REL_WHEEL_HI_RES not found on Debian
This commit is contained in:
parent
4b65e3a95f
commit
476dc0eae4
@ -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…
Reference in New Issue
Block a user