Possible fix for REL_HWEEL_HI_RES not found on Debian

This commit is contained in:
loki 2020-01-17 15:50:49 +01:00
parent 538c862304
commit 4b65e3a95f

View File

@ -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>;