Un-staticise VTSwitchEnabled, since kbd wants it apparently.

This commit is contained in:
Adam Jackson 2007-03-25 15:13:05 -04:00
parent 70e493d223
commit e8bc1988d9

View File

@ -128,7 +128,7 @@ extern Bool noXkbExtension;
#ifdef USE_VT_SYSREQ
static Bool VTSysreqToggle = FALSE;
#endif /* !USE_VT_SYSREQ */
static Bool VTSwitchEnabled = TRUE; /* Allows run-time disabling for
_X_EXPORT Bool VTSwitchEnabled = TRUE; /* Allows run-time disabling for
*BSD and for avoiding VT
switches when using the DRI
automatic full screen mode.*/