mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-03 20:40:28 +01:00
for completeness, init dummy's min/maxval[1] values (vertical axis)
This commit is contained in:
parent
12016f20f7
commit
3a0ce1084a
1 changed files with 2 additions and 0 deletions
|
|
@ -79,7 +79,9 @@ void dmxDummyMouGetInfo(DevicePtr pDev, DMXLocalInitInfoPtr info)
|
|||
info->valuatorClass = 1;
|
||||
info->numRelAxes = 2;
|
||||
info->minval[0] = 0;
|
||||
info->minval[1] = 0;
|
||||
info->maxval[0] = 0;
|
||||
info->maxval[1] = 0;
|
||||
info->res[0] = 1;
|
||||
info->minres[0] = 0;
|
||||
info->maxres[0] = 1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue