]> git.pld-linux.org Git - packages/X11.git/commitdiff
- fix:
authorKarol Krenski <charles@pld-linux.org>
Tue, 31 Jan 2006 19:49:04 +0000 (19:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols>
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server

Changed files:
    X11-xkbcomp-level.patch -> 1.1

X11-xkbcomp-level.patch [new file with mode: 0644]

diff --git a/X11-xkbcomp-level.patch b/X11-xkbcomp-level.patch
new file mode 100644 (file)
index 0000000..73477aa
--- /dev/null
@@ -0,0 +1,11 @@
+--- X11-6.9.0/xc/programs/xkbcomp/symbols/level3.old   2005-08-12 13:10:11.000000000 +0200
++++ X11-6.9.0/xc/programs/xkbcomp/symbols/level3       2006-01-31 20:05:00.000000000 +0100
+@@ -12,7 +12,7 @@
+ default partial modifier_keys
+ xkb_symbols "ralt_switch" {
+   key <RALT> {
+-    type[Group1]="ONE_LEVEL",
++    type[Group1]="TWO_LEVEL",
+     symbols[Group1] = [ ISO_Level3_Shift ]
+     };
+   modifier_map Mod5   { ISO_Level3_Shift };
This page took 0.081171 seconds and 4 git commands to generate.