From e8bc1988d9ff10b65717574175f70df3c4d6334d Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Sun, 25 Mar 2007 15:13:05 -0400 Subject: [PATCH] Un-staticise VTSwitchEnabled, since kbd wants it apparently. --- hw/xfree86/common/xf86Events.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86Events.c b/hw/xfree86/common/xf86Events.c index eae6cb199..3610c17c0 100644 --- a/hw/xfree86/common/xf86Events.c +++ b/hw/xfree86/common/xf86Events.c @@ -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.*/