mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-03-24 09:44:40 +00:00
Fix typo (resx -> resy)
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 3c598daec8)
This commit is contained in:
committed by
Peter Hutterer
parent
de0dfb7644
commit
f963bc06f4
@@ -203,7 +203,7 @@ SynapticsDefaultDimensions(InputInfoPtr pInfo)
|
||||
{
|
||||
priv->miny = 1729;
|
||||
priv->maxy = 4171;
|
||||
priv->resx = 0;
|
||||
priv->resy = 0;
|
||||
|
||||
xf86Msg(X_PROBED,
|
||||
"%s: invalid y-axis range. defaulting to %d - %d\n",
|
||||
|
||||
Reference in New Issue
Block a user