xserver/xkb
Alan Coopersmith 524e5445c0 Add #include "inpututils.h" to xkbAccessX.c for init_device_event
Fixes Sun compiler warning:
"xkbAccessX.c", line 128: warning: implicit function declaration: init_device_event

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-10-03 08:54:09 +10:00
..
Makefile.am
README.compiled
XKBAlloc.c
XKBGAlloc.c
XKBMAlloc.c
XKBMisc.c
XKM_file_format.txt
ddxBeep.c
ddxCtrls.c
ddxKillSrv.c
ddxLEDs.c
ddxList.c Use internal temp variable for swap macros 2011-09-21 17:12:04 -04:00
ddxLoad.c
ddxPrivate.c
ddxVT.c
maprules.c
xkb.c xkb: add missing swaps for xkbGetDeviceInfoReply 2011-09-21 17:14:45 -04:00
xkb.h
xkbAccessX.c Add #include "inpututils.h" to xkbAccessX.c for init_device_event 2011-10-03 08:54:09 +10:00
xkbActions.c input: replace EventListPtr with InternalEvent array 2011-05-11 14:27:36 +10:00
xkbDflts.h
xkbEvents.c Use internal temp variable for swap macros 2011-09-21 17:12:04 -04:00
xkbInit.c
xkbLEDs.c
xkbPrKeyEv.c
xkbSwap.c Use internal temp variable for swap macros 2011-09-21 17:12:04 -04:00
xkbUtils.c xkb: Prevent leaking of XKB geometry information on copy. 2011-04-04 09:55:05 +10:00
xkbfmisc.c xkb: Fix case checks for Latin 4. 2011-06-06 16:25:56 +02:00
xkbgeom.h
xkbout.c
xkbtext.c
xkmread.c XKB: Work around broken interps from old xkbcomp 2011-07-15 15:44:19 +10: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.