summaryrefslogtreecommitdiff
path: root/hw/xfree86/utils/xorgcfg/mouse-cfg.c
diff options
context:
space:
mode:
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