mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
Xext: init firstValuator to zero, otherwise core XTest events may get lost.
This commit is contained in:
@@ -167,7 +167,7 @@ ProcXTestFakeInput(client)
|
||||
deviceValuator *dv = NULL;
|
||||
int valuators[MAX_VALUATORS] = {0};
|
||||
int numValuators = 0;
|
||||
int firstValuator;
|
||||
int firstValuator = 0;
|
||||
EventListPtr events;
|
||||
int nevents;
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user