mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-04-14 11:44:16 +00:00
Remove unused 'screen' variable from the EvdevRec.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -84,7 +84,6 @@ typedef struct {
|
||||
typedef struct {
|
||||
const char *device;
|
||||
int grabDevice; /* grab the event device? */
|
||||
int screen;
|
||||
int min_x, min_y, max_x, max_y, min_p, max_p;
|
||||
int abs_x, abs_y, abs_p, old_x, old_y;
|
||||
int flags;
|
||||
|
||||
Reference in New Issue
Block a user