Home | History | Annotate | only in /xsrc/external/mit/xorg-server.old/dist/xkb
Up to higher level directory
NameDateSize
ddxBeep.c09-Jun-20169.2K
ddxCtrls.c09-Jun-20162.6K
ddxKillSrv.c09-Jun-20161.6K
ddxLEDs.c09-Jun-20162.2K
ddxList.c09-Jun-20167.8K
ddxLoad.c09-Jun-201613K
ddxPrivate.c09-Jun-2016202
ddxVT.c09-Jun-20161.6K
Makefile.am09-Jun-2016922
Makefile.in09-Jun-201624.3K
maprules.c09-Jun-201624.4K
README.compiled09-Jun-2016644
xkb.c05-Dec-2020197.7K
xkb.h09-Jun-20161.3K
xkbAccessX.c09-Jun-201624.4K
xkbActions.c09-Jun-201639.9K
XKBAlloc.c09-Jun-20169.1K
xkbDflts.h09-Jun-201616.6K
xkbEvents.c09-Jun-201632.6K
xkbfmisc.c09-Jun-201612.5K
XKBGAlloc.c09-Jun-201624.2K
xkbgeom.h09-Jun-201614.9K
xkbInit.c09-Jun-201620.5K
xkbLEDs.c09-Jun-201628.3K
XKBMAlloc.c09-Jun-201624.2K
XKBMisc.c09-Jun-201624.3K
xkbout.c09-Jun-201626.2K
xkbPrKeyEv.c09-Jun-20166K
xkbSwap.c09-Jun-201613.8K
xkbtext.c09-Jun-201628.8K
xkbUtils.c09-Jun-201670.1K
xkmread.c09-Jun-201635.4K

README.compiled

      1 
      2 The X server uses this directory to store the compiled version of the
      3 current keymap and/or any scratch keymaps used by clients.  The X server
      4 or some other tool might destroy or replace the files in this directory,
      5 so it is not a safe place to store compiled keymaps for long periods of
      6 time.  The default keymap for any server is usually stored in:
      7      X<num>-default.xkm
      8 where <num> is the display number of the server in question, which makes
      9 it possible for several servers *on the same host* to share the same 
     10 directory.
     11 
     12 Unless the X server is modified, sharing this directory between servers on
     13 different hosts could cause problems.
     14