mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-04-09 21:45:24 +00:00
Possible fix for REL_HWEEL_HI_RES not found on Debian
This commit is contained in:
parent
538c862304
commit
4b65e3a95f
@ -13,6 +13,11 @@
|
|||||||
#include "sunshine/main.h"
|
#include "sunshine/main.h"
|
||||||
#include "sunshine/utility.h"
|
#include "sunshine/utility.h"
|
||||||
|
|
||||||
|
// Support older versions
|
||||||
|
#ifndef REL_HWHEEL_HI_RES
|
||||||
|
#define REL_HWHEEL_HI_RES 0x0c
|
||||||
|
#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>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user