summaryrefslogtreecommitdiff
path: root/hw/xfree86/utils/xorgconfig/xorgconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/utils/xorgconfig/xorgconfig.c')
-rw-r--r--hw/xfree86/utils/xorgconfig/xorgconfig.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/xfree86/utils/xorgconfig/xorgconfig.c b/hw/xfree86/utils/xorgconfig/xorgconfig.c
index db8b51bd8..227803c29 100644
--- a/hw/xfree86/utils/xorgconfig/xorgconfig.c
+++ b/hw/xfree86/utils/xorgconfig/xorgconfig.c
@@ -2134,8 +2134,13 @@ static char *pointersection_text1 =
"\n"
"# Identifier and driver\n"
"\n"
+#if defined(__UNIXWARE__) || defined(XQUEUE)
+"# Identifier \"Mouse1\"\n"
+"# Driver \"mouse\"\n"
+#else
" Identifier \"Mouse1\"\n"
" Driver \"mouse\"\n"
+#endif
;
static char *pointersection_text2 =
@@ -2143,7 +2148,11 @@ static char *pointersection_text2 =
"# When using XQUEUE, comment out the above two lines, and uncomment\n"
"# the following line.\n"
"\n"
+#if defined(__UNIXWARE__) || defined(XQUEUE)
+" Option \"Protocol\" \"Xqueue\"\n"
+#else
"# Option \"Protocol\" \"Xqueue\"\n"
+#endif
"\n"
"# Mouse-speed setting for PS/2 mouse.\n"
"\n"