mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-04-14 11:44:16 +00:00
Localise tmp variable
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -424,7 +424,6 @@ EvdevQueueButtonClicks(InputInfoPtr pInfo, int button, int count)
|
||||
static void
|
||||
EvdevProcessValuators(InputInfoPtr pInfo)
|
||||
{
|
||||
int tmp;
|
||||
EvdevPtr pEvdev = pInfo->private;
|
||||
int *delta = pEvdev->delta;
|
||||
|
||||
@@ -456,6 +455,7 @@ EvdevProcessValuators(InputInfoPtr pInfo)
|
||||
}
|
||||
|
||||
if (pEvdev->rel_queued) {
|
||||
int tmp;
|
||||
int i;
|
||||
|
||||
if (pEvdev->swap_axes) {
|
||||
|
||||
Reference in New Issue
Block a user