From 2ddbfd345786aa39b6ccaed82a1ca5c145284ee3 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 22 Apr 2008 16:31:44 +0930 Subject: [PATCH] xnest: re-enable XKB support. #10015 XKB was disabled in 08928afb0500d46b0caa0a1d1244dee2ed80e6a0, with the comment "Disable XKB, as we can't yet use it". Seems like "yet" is over, running GNOME and changing XKB settings seems to work in Xnest now. X.Org Bug 10015 --- hw/xnest/Args.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hw/xnest/Args.c b/hw/xnest/Args.c index f061f9e80..209f175ab 100644 --- a/hw/xnest/Args.c +++ b/hw/xnest/Args.c @@ -57,11 +57,6 @@ void ddxInitGlobals(void) extern Bool noCompositeExtension; noCompositeExtension = TRUE; #endif - -#ifdef XKB - extern Bool noXkbExtension; - noXkbExtension = TRUE; -#endif } int