summaryrefslogtreecommitdiff
path: root/hw/xfree86/utils/xorgcfg/mouse-cfg.c
diff options
context:
space:
mode:
authorKean Johnson <kean@armory.com>2005-06-10 06:54:08 +0000
committerKean Johnson <kean@armory.com>2005-06-10 06:54:08 +0000
commit6959958e41a5779b43cff7aadf68c6073c68e674 (patch)
tree8ea1fb9633de92bbc0e5a53a7da26063752f4294 /hw/xfree86/utils/xorgcfg/mouse-cfg.c
parentbaa0cfc15442287557e44fa2614d89ab0b5c2539 (diff)
SCO port update for SCO OpenServer 5 and UnixWare 7. A few general cleanupssco_port_update
and bugs not specifically related to the port fixed along the way.
Diffstat (limited to 'hw/xfree86/utils/xorgcfg/mouse-cfg.c')
-rw-r--r--hw/xfree86/utils/xorgcfg/mouse-cfg.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/hw/xfree86/utils/xorgcfg/mouse-cfg.c b/hw/xfree86/utils/xorgcfg/mouse-cfg.c
index 0f646828f..e13b9f063 100644
--- a/hw/xfree86/utils/xorgcfg/mouse-cfg.c
+++ b/hw/xfree86/utils/xorgcfg/mouse-cfg.c
@@ -58,9 +58,12 @@ static struct MouseProtocol {
#ifdef __UNIXOS2__
{"OS2Mouse", MTYPE_AUTOMOUSE},
#endif
-#ifdef SCO
+#if defined(__SCO__)
{"OsMouse", MTYPE_AUTOMOUSE},
#endif
+#if defined(__UNIXWARE__)
+ {"Xqueue", MTYPE_XQUEUE},
+#endif
#ifdef WSCONS_SUPPORT
{"wsmouse", MTYPE_AUTOMOUSE},
#endif