mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: the default axis mode is Relative, not "0".
Yay for readability. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
This commit is contained in:
@@ -1546,7 +1546,7 @@ InitPointerDeviceStruct(DevicePtr device, CARD8 *map, int numButtons, Atom* btn_
|
||||
|
||||
return(InitButtonClassDeviceStruct(dev, numButtons, btn_labels, map) &&
|
||||
InitValuatorClassDeviceStruct(dev, numAxes, axes_labels,
|
||||
numMotionEvents, 0) &&
|
||||
numMotionEvents, Relative) &&
|
||||
InitPtrFeedbackClassDeviceStruct(dev, controlProc));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user