xserver-multidpi/xkb
Daniel Stone 329f641727 XkbCopyKeymap: make sure sym_interpret is always valid
Make sure we're not copying sym_interpret across from an empty source.
2006-12-24 06:28:52 +02:00
..
ddxBeep.c xkb: remove random broken vendor workarounds 2006-10-08 23:21:12 +03:00
ddxCtrls.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
ddxDevBtn.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
ddxFakeBtn.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
ddxFakeMtn.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
ddxInit.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
ddxKeyClick.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
ddxKillSrv.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
ddxLEDs.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
ddxList.c Close with Pclose() that which we open with Popen(). 2006-09-21 20:42:47 -04:00
ddxLoad.c xkb: remove the world's most staggeringly broken vendor workaround 2006-10-02 20:58:33 +03:00
ddxPrivate.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
ddxVT.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
Makefile.am Revert xkb changes that broke XkbGetKeyboard() 2006-07-28 17:16:32 -04:00
maprules.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
README.compiled R6.6 is the Xorg base-line 2003-11-14 15:54:54 +00:00
xkb.c xkb: note that we allow full xi interaction 2006-11-02 04:18:33 +02:00
xkb.h XkbCopyKeymap: optionally send NewKeyboardNotify/MapNotify events 2006-08-23 18:53:04 +03:00
xkbAccessX.c xkb: remove random broken vendor workarounds 2006-10-08 23:21:12 +03:00
xkbActions.c xkb: fix uninitialised warning 2006-11-08 15:29:16 +02:00
XKBAlloc.c XkbCopyKeymap/SrvXkbCopyKeymap: free geom harder, add cheery comments 2006-09-07 15:17:04 +03:00
xkbDflts.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xkberrs.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xkbEvents.c xkb: warning fix 2006-11-08 15:29:17 +02:00
xkbfmisc.c Revert xkb changes that broke XkbGetKeyboard() 2006-07-28 17:16:32 -04:00
XKBGAlloc.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xkbInit.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xkbLEDs.c xkb: note that we allow full xi interaction 2006-11-02 04:18:33 +02:00
XKBMAlloc.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
XKBMisc.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xkbout.c Revert xkb changes that broke XkbGetKeyboard() 2006-07-28 17:16:32 -04:00
xkbPrKeyEv.c remove obsolete vendor defines 2006-08-12 21:43:38 +03:00
xkbPrOtherEv.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xkbSwap.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xkbtext.c Revert xkb changes that broke XkbGetKeyboard() 2006-07-28 17:16:32 -04:00
xkbUtils.c XkbCopyKeymap: make sure sym_interpret is always valid 2006-12-24 06:28:52 +02:00
xkmread.c Revert xkb changes that broke XkbGetKeyboard() 2006-07-28 17:16:32 -04: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.