mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-04 23:30:33 +01:00
Xext: init firstValuator to zero, otherwise core XTest events may get lost.
This commit is contained in:
parent
6ab311c92d
commit
6528eb885d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue