Possible fix for REL_HWEEL_HI_RES not found on Debian
This commit is contained in:
parent
538c862304
commit
4b65e3a95f
1 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,11 @@
|
|||
#include "sunshine/main.h"
|
||||
#include "sunshine/utility.h"
|
||||
|
||||
// Support older versions
|
||||
#ifndef REL_HWHEEL_HI_RES
|
||||
#define REL_HWHEEL_HI_RES 0x0c
|
||||
#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