xserver-multidpi/xkb
Peter Harris c90903b4f7 xkb: add missing swaps for xkbGetDeviceInfoReply
Caught during review of e095369bf.

Signed-off-by: Peter Harris <pharris@opentext.com>
Reviewed-by-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>
2011-09-21 17:14:45 -04:00
..
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 xkb: Release XKB component names when compiling keymap. 2011-03-16 15:21:41 +10:00
ddxPrivate.c
ddxVT.c
Makefile.am
maprules.c Replace _XkbDupString with Xstrdup 2011-02-15 10:35:41 +10:00
README.compiled
xkb.c xkb: add missing swaps for xkbGetDeviceInfoReply 2011-09-21 17:14:45 -04:00
xkb.h
xkbAccessX.c Switch to use IsFloating() 2011-02-22 14:35:44 +10:00
xkbActions.c input: replace EventListPtr with InternalEvent array 2011-05-11 14:27:36 +10:00
XKBAlloc.c xkb: Release XKB component names when compiling keymap. 2011-03-16 15:21:41 +10:00
xkbDflts.h
xkbEvents.c Use internal temp variable for swap macros 2011-09-21 17:12:04 -04:00
xkbfmisc.c xkb: Fix case checks for Latin 4. 2011-06-06 16:25:56 +02:00
XKBGAlloc.c xkb: Introduce helper function to handle similar reallocations. 2011-04-04 09:55:04 +10:00
xkbgeom.h xkb: Introduce helper function to handle similar reallocations. 2011-04-04 09:55:04 +10:00
xkbInit.c Replace _XkbDupString with Xstrdup 2011-02-15 10:35:41 +10:00
xkbLEDs.c xkb: Fix possible NULL pointer dereference 2010-09-01 14:43:03 +10:00
XKBMAlloc.c Remove more superfluous if(p!=NULL) checks around free(p). 2010-11-11 08:29:54 +10:00
XKBMisc.c xkb: Replace a few manual bitflips with SetBit & friends. 2011-01-20 07:48:47 +10:00
xkbout.c xkb: check for NULL pointer before dereferences it in XkbWriteXKBSymbols 2010-04-21 18:07:25 +03:00
xkbPrKeyEv.c
xkbSwap.c Use internal temp variable for swap macros 2011-09-21 17:12:04 -04:00
xkbtext.c
xkbUtils.c xkb: Prevent leaking of XKB geometry information on copy. 2011-04-04 09:55:05 +10:00
XKM_file_format.txt
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.