diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-04-22 16:31:44 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-04-22 16:32:56 +0930 |
commit | 2ddbfd345786aa39b6ccaed82a1ca5c145284ee3 (patch) | |
tree | d8d0020c99f99c3ff506e7c60faf13ee935d7953 /hw/xnest | |
parent | a8b8700c7345b89953c8b63cb5c347a95e6ab988 (diff) |
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 <https://bugs.freedesktop.org/show_bug.cgi?id=10015>
Diffstat (limited to 'hw/xnest')
-rw-r--r-- | hw/xnest/Args.c | 5 |
1 files changed, 0 insertions, 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 |