xserver-multidpi/xkb
Keith Packard 0eb1559eb2 Merge remote-tracking branch 'yselkowitz/master'
I checked this patch with diff -w to check that it only affected
whitespace.
2012-12-19 12:22:03 -08:00
..
ddxBeep.c
ddxCtrls.c
ddxKillSrv.c
ddxLEDs.c
ddxLoad.c xwin: Clean up os wrappers for System, Popen and Pclose on Windows 2012-07-17 16:08:04 +01:00
ddxPrivate.c
ddxVT.c
Makefile.am XKB: Remove component listing support 2012-11-19 12:12:28 +10:00
maprules.c Apply partial matches for option (#25873) 2012-11-06 10:48:32 +10:00
README.compiled
xkb.c Fix formatting of address operators 2012-12-05 18:09:48 -06:00
xkb.h Move extension initialisation prototypes into extinit.h 2012-07-09 23:06:41 -07:00
xkbAccessX.c xkb: only post a XTest release if the XTest device has the button down 2012-12-05 17:22:28 +10:00
xkbActions.c xkb: Remove redundant declarations. 2012-05-14 13:16:50 +01:00
XKBAlloc.c
xkbDflts.h
xkbEvents.c Use C99 designated initializers in extension Events 2012-07-09 22:52:30 -07:00
xkbfmisc.c
XKBGAlloc.c XKB: Geom: Remove unused code 2012-07-10 00:42:09 -07:00
xkbgeom.h XKB: Geom: Remove unused code 2012-07-10 00:42:09 -07:00
xkbInit.c
xkbLEDs.c
XKBMAlloc.c xkb: Allocate size_syms correctly when width of a type increases 2012-06-04 11:28:44 +10:00
XKBMisc.c
xkbout.c Fix formatting of address operators 2012-12-05 18:09:48 -06:00
xkbPrKeyEv.c xkb: fix shadow warnings 2012-11-05 13:25:05 -06:00
xkbSwap.c
xkbtext.c xkb: fix shadow warnings 2012-11-05 13:25:05 -06:00
xkbUtils.c
XKM_file_format.txt
xkmread.c xkb: fix shadow warnings 2012-11-05 13:25:05 -06:00

The X server uses this directory to store the compiled version of the
current keymap and/or any scratch keymaps used by clients.  The X server
or some other tool might destroy or replace the files in this directory,
so it is not a safe place to store compiled keymaps for long periods of
time.  The default keymap for any server is usually stored in:
     X<num>-default.xkm
where <num> is the display number of the server in question, which makes
it possible for several servers *on the same host* to share the same 
directory.

Unless the X server is modified, sharing this directory between servers on
different hosts could cause problems.