mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-03-26 02:38:35 +00:00
Shut up two compiler warnings.
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#include <X11/extensions/XIproto.h>
|
||||
|
||||
#include <linux/input.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <misc.h>
|
||||
#include <xf86.h>
|
||||
@@ -172,7 +173,6 @@ EvdevReadInput(InputInfoPtr pInfo)
|
||||
int len, value;
|
||||
int dx, dy;
|
||||
unsigned int abs;
|
||||
Bool do_touchpad_motion = FALSE;
|
||||
EvdevPtr pEvdev = pInfo->private;
|
||||
|
||||
dx = 0;
|
||||
|
||||
Reference in New Issue
Block a user