CVS Update: xc (branch: trunk)
David Dawes <[email protected]>
| Newsgroups | gmane.comp.xfree86.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /home/x-cvs Module name: xc Changes by: [email protected]. 05/06/14 18:02:09 Log message: 78. Several fixes for XKB: - Off-by-one errors in XKBMAlloc.c. - Shrink tables instead of only growing them. - Fix various vmodmap vs modmap cut and paste bugs. - Improve synthesized core X events for reporting XKB changes to XKB-unaware clients. (Michal Maruska). Modified files: xc/lib/X11/: XKBGetMap.c XKBMAlloc.c XKBUse.c xc/programs/Xserver/hw/xfree86/: CHANGELOG xc/programs/Xserver/xkb/: xkb.c xkbUtils.c Revision Changes Path 1.11 +72 -6 xc/lib/X11/XKBGetMap.c 3.13 +116 -11 xc/lib/X11/XKBMAlloc.c 3.9 +61 -4 xc/lib/X11/XKBUse.c 3.3540 +8 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG 3.25 +96 -5 xc/programs/Xserver/xkb/xkb.c 3.20 +84 -4 xc/programs/Xserver/xkb/xkbUtils.c