See ChangeLog entry 2005-11-07 for details.

This commit is contained in:
Kean Johnson
2005-11-08 06:33:28 +00:00
parent 6400062962
commit 823f49c823

View File

@@ -535,7 +535,7 @@ MouseCommonOptions(InputInfoPtr pInfo)
}
}
s = xf86SetStrOption(pInfo->options, "ZAxisMapping", "4 5 6 7");
s = xf86SetStrOption(pInfo->options, "ZAxisMapping", 0);
if (s) {
int b1 = 0, b2 = 0, b3 = 0, b4 = 0;
char *msg = NULL;