mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-04-14 11:44:16 +00:00
Add option "GrabDevice", don't grab the device by default.
We now have the matching code in the server to set the console to RAW mode and don't need to grab the devices anymore. This is an updated version ofe8534d47c8, which was reverted in6dc4199155. (cherry picked from commit4912e2aa7f)
This commit is contained in:
@@ -57,7 +57,7 @@ typedef struct {
|
||||
|
||||
typedef struct {
|
||||
const char *device;
|
||||
int kernel24;
|
||||
int grabDevice; /* grab the event device? */
|
||||
int screen;
|
||||
int min_x, min_y, max_x, max_y;
|
||||
int abs_x, abs_y, old_x, old_y;
|
||||
|
||||
Reference in New Issue
Block a user