xserver-multidpi/xkb
Peter Hutterer ff3e171568 xkb: don't conditionally include xkb-config.h.
If HAVE_XKB_CONFIG_H is ever undefined, we fail to build anyway.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-10-20 13:32:14 +10:00
..
ddxBeep.c
ddxCtrls.c
ddxDevBtn.c
ddxFakeMtn.c
ddxKillSrv.c
ddxLEDs.c
ddxList.c
ddxLoad.c xkb: don't conditionally include xkb-config.h. 2009-10-20 13:32:14 +10:00
ddxPrivate.c
ddxVT.c
Makefile.am xkb: don't conditionally include xkb-config.h. 2009-10-20 13:32:14 +10:00
maprules.c
README.compiled
xkb.c xace: Relax permissions on XkbGetState from Read to Getattr. 2009-10-14 19:19:19 -04:00
xkb.h
xkbAccessX.c input: don't use typecasts to access members of InternalEvent. 2009-09-22 11:15:32 +10:00
xkbActions.c xkb: split effectiveGroup calculation into separate utility function. 2009-09-13 10:30:14 +10:00
XKBAlloc.c
xkbDflts.h
xkbEvents.c input: allow for detectable autorepeat. 2009-09-04 12:59:41 +10:00
xkbfmisc.c
XKBGAlloc.c
xkbgeom.h
xkbInit.c xkb: don't conditionally include xkb-config.h. 2009-10-20 13:32:14 +10:00
xkbLEDs.c
XKBMAlloc.c
XKBMisc.c
xkbout.c
xkbPrKeyEv.c input: don't use typecasts to access members of InternalEvent. 2009-09-22 11:15:32 +10:00
xkbSwap.c
xkbtext.c
xkbUtils.c xkb: Use XkbPerKeyBitArraySize instead of hardcoded value of 32 2009-09-30 00:23:47 -07:00
xkmread.c

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.