diff options
author | Kean Johnson <kean@armory.com> | 2005-11-14 18:49:30 +0000 |
---|---|---|
committer | Kean Johnson <kean@armory.com> | 2005-11-14 18:49:30 +0000 |
commit | fc81c13e4dafb0eb818879454ee7ae3fa3dae6d0 (patch) | |
tree | 231225d7a846c6e30d1029e192af107fdfc779f9 | |
parent | bd9fb533b31c2427d854199fa59dccd357cf874b (diff) |
Dont prevent SCO platforms for using the default ZAxisMapping now that the
OS layer correctly sends z-axis events when the wheel button is used.
-rw-r--r-- | hw/xfree86/common/xf86Configure.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hw/xfree86/common/xf86Configure.c b/hw/xfree86/common/xf86Configure.c index 29b693493..208961f6a 100644 --- a/hw/xfree86/common/xf86Configure.c +++ b/hw/xfree86/common/xf86Configure.c @@ -317,11 +317,9 @@ configureInputSection (void) #ifndef __SCO__ mouse->inp_option_lst = xf86addNewOption(mouse->inp_option_lst, "Device", DFLT_MOUSE_DEV); -#ifndef __UNIXWARE__ +#endif mouse->inp_option_lst = xf86addNewOption(mouse->inp_option_lst, "ZAxisMapping", "4 5 6 7"); -#endif -#endif ptr = (XF86ConfInputPtr)xf86addListItem((glp)ptr, (glp)mouse); return ptr; } |