xserver-multidpi/xkb
Peter Hutterer 089c460058 xkb: switch to byte counting functions
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-14 10:14:02 +10:00
..
ddxBeep.c
ddxCtrls.c
ddxDevBtn.c
ddxFakeMtn.c
ddxKillSrv.c
ddxLEDs.c
ddxList.c
ddxLoad.c
ddxPrivate.c
ddxVT.c Remove #define NEED_EVENTS and NEED_REPLIES 2008-12-12 11:43:32 +10:00
Makefile.am
maprules.c
README.compiled
xkb.c xkb: switch to byte counting functions 2009-07-14 10:14:02 +10:00
xkb.h
xkbAccessX.c
xkbActions.c Revert "XKB: Sanitise * actions" commits (#19602) 2009-07-10 11:23:52 +10:00
XKBAlloc.c
xkbDflts.h
xkbEvents.c
xkbfmisc.c
XKBGAlloc.c
xkbgeom.h
xkbInit.c Xi: Add support for sourceid in the device classes. 2009-06-17 11:21:19 +10:00
xkbLEDs.c
XKBMAlloc.c xkb: remove _XkbAlloc, _XkbCalloc, _XkbRealloc and _XkbFree 2009-05-08 14:28:53 +10:00
XKBMisc.c Revert "XKB: Sanitise * actions" commits (#19602) 2009-07-10 11:23:52 +10:00
xkbout.c
xkbPrKeyEv.c
xkbSwap.c
xkbtext.c Revert "XKB: Sanitise * actions" commits (#19602) 2009-07-10 11:23:52 +10:00
xkbUtils.c Revert "XKB: Sanitise * actions" commits (#19602) 2009-07-10 11:23:52 +10:00
xkmread.c Revert "XKB: Sanitise * actions" commits (#19602) 2009-07-10 11:23:52 +10: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.