Module Name: xsrc
Committed By: mrg
Date: Sun Jul 24 00:45:04 UTC 2011
Modified Files:
xsrc/external/mit/xf86-input-keyboard/dist/src: bsd_kbd.c
Log Message:
vtSwitchSupported no longer exists; don't try to set it
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.c
diff -u xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.c:1.13 xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.c:1.14
--- xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.c:1.13 Sun Jul 24 00:06:38 2011
+++ xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.c Sun Jul 24 00:45:04 2011
@@ -435,12 +435,14 @@
}
#endif
+#if 0 /* no more vtSwitchSupported in xf86-input-keyboard-1.6.0 */
#if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT) || defined (WSCONS_SUPPORT)
if ((pKbd->isConsole &&
((pKbd->consType == SYSCONS) || (pKbd->consType == PCVT))) ||
(pKbd->consType == WSCONS))
pKbd->vtSwitchSupported = TRUE;
#endif
+#endif
return TRUE;
}