xserver/xkb
Nicolas Kaiser 5423da9fb2 xkb: remove duplicated include
Remove duplicated include.

Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr>
2011-04-25 10:45:34 -07:00
..
Makefile.am
README.compiled
XKBAlloc.c xkb: Release XKB component names when compiling keymap. 2011-03-16 15:21:41 +10:00
XKBGAlloc.c xkb: Introduce helper function to handle similar reallocations. 2011-04-04 09:55:04 +10:00
XKBMAlloc.c
XKBMisc.c
XKM_file_format.txt
ddxBeep.c
ddxCtrls.c
ddxKillSrv.c
ddxLEDs.c
ddxList.c xkb: fix fd leak in XkbDDXListComponent 2011-04-04 15:47:58 +03:00
ddxLoad.c xkb: Release XKB component names when compiling keymap. 2011-03-16 15:21:41 +10:00
ddxPrivate.c
ddxVT.c
maprules.c
xkb.c xkb: Initialize pad bytes sent in replies of geometry requests. 2011-03-17 10:53:35 +10:00
xkb.h
xkbAccessX.c
xkbActions.c
xkbDflts.h
xkbEvents.c xkb: remove duplicated include 2011-04-25 10:45:34 -07:00
xkbInit.c
xkbLEDs.c
xkbPrKeyEv.c
xkbSwap.c
xkbUtils.c xkb: Prevent leaking of XKB geometry information on copy. 2011-04-04 09:55:05 +10:00
xkbfmisc.c
xkbgeom.h xkb: Introduce helper function to handle similar reallocations. 2011-04-04 09:55:04 +10:00
xkbout.c
xkbtext.c
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.