xserver-multidpi/xkb
2005-07-02 18:59:44 +00:00
..
ddxBeep.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
ddxConfig.c Change all misc.h and os.h references to <X11/foo.h>. 2005-07-01 22:43:43 +00:00
ddxCtrls.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
ddxDevBtn.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
ddxFakeBtn.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
ddxFakeMtn.c Change all misc.h and os.h references to <X11/foo.h>. 2005-07-01 22:43:43 +00:00
ddxInit.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
ddxKeyClick.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
ddxKillSrv.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
ddxLEDs.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
ddxList.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
ddxLoad.c Fix includes right throughout the Xserver tree: 2005-04-20 16:40:52 +00:00
ddxPrivate.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
ddxVT.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
Makefile.am Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. 2005-07-02 18:59:44 +00:00
maprules.c Add xkbfile to symlink.sh, conditionally include "config.h" in 2005-06-13 21:51:46 +00:00
README.compiled R6.6 is the Xorg base-line 2003-11-14 15:54:54 +00:00
xkb.c Change all misc.h and os.h references to <X11/foo.h>. 2005-07-01 22:43:43 +00:00
xkb.h Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
xkbAccessX.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
xkbActions.c Change all misc.h and os.h references to <X11/foo.h>. 2005-07-01 22:43:43 +00:00
XKBAlloc.c - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in 2005-05-13 22:53:44 +00:00
xkbconfig.c Add xkbfile to symlink.sh, conditionally include "config.h" in 2005-06-13 21:51:46 +00:00
xkbDflts.h Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
xkberrs.c Add xkbfile to symlink.sh, conditionally include "config.h" in 2005-06-13 21:51:46 +00:00
xkbEvents.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
xkbfmisc.c Add xkbfile to symlink.sh, conditionally include "config.h" in 2005-06-13 21:51:46 +00:00
XKBGAlloc.c - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in 2005-05-13 22:53:44 +00:00
xkbInit.c Change all misc.h and os.h references to <X11/foo.h>. 2005-07-01 22:43:43 +00:00
xkbLEDs.c Change all misc.h and os.h references to <X11/foo.h>. 2005-07-01 22:43:43 +00:00
XKBMAlloc.c - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in 2005-05-13 22:53:44 +00:00
XKBMisc.c - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in 2005-05-13 22:53:44 +00:00
xkbout.c Add xkbfile to symlink.sh, conditionally include "config.h" in 2005-06-13 21:51:46 +00:00
xkbPrKeyEv.c Change all misc.h and os.h references to <X11/foo.h>. 2005-07-01 22:43:43 +00:00
xkbPrOtherEv.c Change all misc.h and os.h references to <X11/foo.h>. 2005-07-01 22:43:43 +00:00
xkbSwap.c Change all misc.h and os.h references to <X11/foo.h>. 2005-07-01 22:43:43 +00:00
xkbtext.c Add xkbfile to symlink.sh, conditionally include "config.h" in 2005-06-13 21:51:46 +00:00
xkbUtils.c Change all misc.h and os.h references to <X11/foo.h>. 2005-07-01 22:43:43 +00:00
xkmread.c Add xkbfile to symlink.sh, conditionally include "config.h" in 2005-06-13 21:51:46 +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.