xserver-multidpi/xkb
Tilman Sauerbeck 63f13e01ee Bug #7097: do case-insensitive comparison for some hotkeys.
xkb's strcasecmp implementation has been moved to the dix so it's now
safe to just use strcasecmp().
2006-07-08 11:33:44 +02:00
..
ddxBeep.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
ddxCtrls.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
ddxDevBtn.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
ddxFakeBtn.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
ddxFakeMtn.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
ddxInit.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
ddxKeyClick.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
ddxKillSrv.c Minor #include cleanups. 2006-05-29 09:26:32 +00:00
ddxLEDs.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
ddxList.c Coverity #169: Fix potential fgets() into NULL (?!?). 2006-04-09 17:26:17 +00:00
ddxLoad.c Teach xkb how to optionally run xkbcomp from $bindir instead of 2005-09-01 19:56:14 +00:00
ddxPrivate.c Minor #include cleanups. 2006-05-29 09:26:32 +00:00
ddxVT.c Minor #include cleanups. 2006-05-29 09:26:32 +00:00
Makefile.am Prune XKB code to only what we need to run the server. Remove dead 2006-03-27 23:03:47 +00:00
maprules.c Bug #7097: do case-insensitive comparison for some hotkeys. 2006-07-08 11:33:44 +02:00
README.compiled R6.6 is the Xorg base-line 2003-11-14 15:54:54 +00:00
xkb.c Simplify the unsupported XI function list. 2006-06-01 20:56:39 +00:00
xkb.h Remove INITARGS braindamage, change to void; add XkbExtensionInit prototype 2006-03-25 22:37:58 +00:00
xkbAccessX.c Mark everything in dixsym.c as _X_EXPORT. 2006-02-15 20:44:13 +00:00
xkbActions.c Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". 2005-07-03 08:53:54 +00:00
XKBAlloc.c Prune XKB code to only what we need to run the server. Remove dead 2006-03-27 23:03:47 +00:00
xkbDflts.h Prune XKB code to only what we need to run the server. Remove dead 2006-03-27 23:03:47 +00:00
xkberrs.c Prune XKB code to only what we need to run the server. Remove dead 2006-03-27 23:03:47 +00:00
xkbEvents.c Coverity #987: Avoid potential NULL dereference. 2006-04-07 15:57:17 +00:00
xkbfmisc.c Bug #7097: do case-insensitive comparison for some hotkeys. 2006-07-08 11:33:44 +02:00
XKBGAlloc.c Prune XKB code to only what we need to run the server. Remove dead 2006-03-27 23:03:47 +00:00
xkbInit.c Remove -xkbmap argument. 2006-05-29 11:14:03 +00:00
xkbLEDs.c Simplify the unsupported XI function list. 2006-06-01 20:56:39 +00:00
XKBMAlloc.c Coverity #324: Fix potential NULL dereference. (Alan Coopersmith) 2006-04-09 17:28:42 +00:00
XKBMisc.c Coverity #826: Fix potential memory leak. 2006-04-10 08:50:33 +00:00
xkbPrKeyEv.c Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". 2005-07-03 08:53:54 +00:00
xkbPrOtherEv.c Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". 2005-07-03 08:53:54 +00:00
xkbSwap.c Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". 2005-07-03 08:53:54 +00:00
xkbUtils.c Remove -xkbmap argument. 2006-05-29 11:14:03 +00:00
xkmread.c Prune XKB code to only what we need to run the server. Remove dead 2006-03-27 23:03:47 +00: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.