xserver/xkb
Adam Jackson 9757106bba Remove all empty extension reset hooks, replace with NULL. 2008-07-24 15:46:08 -04:00
..
Makefile.am Fix distcheck. 2008-03-05 23:57:15 -05:00
README.compiled
XKBAlloc.c
XKBGAlloc.c
XKBMAlloc.c
XKBMisc.c Fix "warning: the address of ‘newTypes’ will always evaluate as ‘true’". 2008-06-13 22:49:47 -04:00
ddxBeep.c
ddxCtrls.c
ddxDevBtn.c
ddxFakeBtn.c
ddxFakeMtn.c
ddxInit.c
ddxKeyClick.c
ddxKillSrv.c
ddxLEDs.c
ddxList.c
ddxLoad.c Unifdef __osf__ 2008-07-23 13:38:38 -04:00
ddxPrivate.c
ddxVT.c
maprules.c
xkb.c Remove all empty extension reset hooks, replace with NULL. 2008-07-24 15:46:08 -04:00
xkb.h
xkbAccessX.c Unifdef QNX. 2008-07-23 10:44:34 -04:00
xkbActions.c input: fix up usage of button->down, used to be a bitmask, is now an array. 2008-06-18 10:17:08 +09:30
xkbDflts.h
xkbEvents.c Fix "warning: unused variable `s'". 2008-06-13 22:48:17 -04:00
xkbInit.c Unifdef __osf__ 2008-07-23 13:38:38 -04:00
xkbLEDs.c xkb: fix crash caused by uninitialised variable. 2008-05-22 16:00:21 +09:30
xkbPrKeyEv.c
xkbPrOtherEv.c
xkbSwap.c
xkbUtils.c xkb: remove superfluous checks in if statement. 2008-05-20 18:57:54 +09:30
xkbfmisc.c
xkbgeom.h
xkbout.c
xkbtext.c
xkmread.c

README.compiled

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.