mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Xi: silence compiler warning
Don't mix declarations and statements.
This commit is contained in:
@@ -850,8 +850,8 @@ UpdateDeviceState(DeviceIntPtr device, xEvent* xE, int count)
|
||||
* dev = event
|
||||
* event = delta
|
||||
*/
|
||||
axisvals = v->axisVal;
|
||||
int delta;
|
||||
axisvals = v->axisVal;
|
||||
if (v->mode == Relative) /* device reports relative */
|
||||
change = TRUE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user