xserver-multidpi/xkb
Paulo Cesar Pereira de Andrade 16b11cd03d Correct static symbol XkmReadTOC and first pass on compile warning fixes.
The warnings corrected were only the ones that should correct
real problems. The most common one is 64 bit integers as
"printf %l" arguments.
  Note that there is a patch related to this at:
http://bugs.freedesktop.org/show_bug.cgi?id=18204
2008-11-30 02:59:34 -02:00
..
ddxBeep.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
ddxCtrls.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
ddxDevBtn.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
ddxFakeMtn.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
ddxInit.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
ddxKeyClick.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
ddxKillSrv.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
ddxLEDs.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
ddxList.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
ddxLoad.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
ddxPrivate.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
ddxVT.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
Makefile.am xkb: when faking mouse button events, fake them on the correct devices. 2008-11-04 16:04:15 +10:30
maprules.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
README.compiled R6.6 is the Xorg base-line 2003-11-14 15:54:54 +00:00
xkb.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xkb.h XKB: Move headers into the server tree 2008-02-17 22:52:07 +02:00
xkbAccessX.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xkbActions.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
XKBAlloc.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xkbDflts.h Static markup and dead code cull over xkb/. 2007-03-20 18:37:02 -04:00
xkbEvents.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xkbfmisc.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
XKBGAlloc.c XKB: Remove usage of client-side types 2008-02-17 22:52:07 +02:00
xkbgeom.h XKB: Remove usage of client-side types 2008-02-17 22:52:07 +02:00
xkbInit.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xkbLEDs.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
XKBMAlloc.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
XKBMisc.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xkbout.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xkbPrKeyEv.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xkbPrOtherEv.c XkbProcessOtherEvent: Don't depend on now-removed header 2008-02-17 22:52:08 +02:00
xkbSwap.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xkbtext.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xkbUtils.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xkmread.c Correct static symbol XkmReadTOC and first pass on compile warning fixes. 2008-11-30 02:59:34 -02: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.