diff options
author | Kean Johnson <kean@armory.com> | 2005-06-10 06:54:08 +0000 |
---|---|---|
committer | Kean Johnson <kean@armory.com> | 2005-06-10 06:54:08 +0000 |
commit | 6959958e41a5779b43cff7aadf68c6073c68e674 (patch) | |
tree | 8ea1fb9633de92bbc0e5a53a7da26063752f4294 /hw/xfree86/utils/xorgcfg/mouse-cfg.c | |
parent | baa0cfc15442287557e44fa2614d89ab0b5c2539 (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.c | 5 |
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 |