xserver/xkb
2006-04-13 17:15:01 +00:00
..
ddxBeep.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
ddxCtrls.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
ddxDevBtn.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
ddxFakeBtn.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
ddxFakeMtn.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
ddxInit.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
ddxKeyClick.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
ddxKillSrv.c sync to head 2006-03-30 16:39:31 +00:00
ddxLEDs.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
ddxList.c Sync to head 2006-04-13 17:15:01 +00:00
ddxLoad.c Teach xkb how to optionally run xkbcomp from $bindir instead of 2005-09-01 19:56:14 +00:00
ddxPrivate.c sync to head 2006-03-30 16:39:31 +00:00
ddxVT.c sync to head 2006-03-30 16:39:31 +00:00
Makefile.am sync to head 2006-03-30 16:39:31 +00:00
maprules.c sync to head 2006-03-30 16:39:31 +00:00
README.compiled R6.6 is the Xorg base-line 2003-11-14 15:54:54 +00:00
xkb.c Sync to head 2006-04-13 17:15:01 +00:00
xkb.h sync to head 2006-03-30 16:39:31 +00:00
xkbAccessX.c sync to head 2006-03-30 16:39:31 +00:00
xkbActions.c Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". 2005-07-03 08:53:54 +00:00
XKBAlloc.c sync to head 2006-03-30 16:39:31 +00:00
xkbDflts.h sync to head 2006-03-30 16:39:31 +00:00
xkberrs.c sync to head 2006-03-30 16:39:31 +00:00
xkbEvents.c Sync to head 2006-04-13 17:15:01 +00:00
xkbfmisc.c sync to head 2006-04-03 06:16:15 +00:00
XKBGAlloc.c sync to head 2006-03-30 16:39:31 +00:00
xkbInit.c sync to head 2006-03-30 16:39:31 +00:00
xkbLEDs.c Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". 2005-07-03 08:53:54 +00:00
XKBMAlloc.c Sync to head 2006-04-13 17:15:01 +00:00
XKBMisc.c Sync to head 2006-04-13 17:15:01 +00:00
xkbPrKeyEv.c Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". 2005-07-03 08:53:54 +00:00
xkbPrOtherEv.c Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". 2005-07-03 08:53:54 +00:00
xkbSwap.c Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". 2005-07-03 08:53:54 +00:00
xkbUtils.c Sync to head 2006-04-13 17:15:01 +00:00
xkmread.c sync to head 2006-03-30 16:39:31 +00: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.