xserver/xkb
Colin Harrison 6559f02ef8 xkb: set bell_func in InitKeyboardDeviceStruct.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-04-20 16:40:34 +10:00
..
Makefile.am XKB: Remove unused XkbProcessOtherEvent 2009-01-22 15:08:59 +11:00
README.compiled
XKBAlloc.c
XKBGAlloc.c
XKBMAlloc.c
XKBMisc.c XKB: Sanitise vmods in actions 2009-01-22 15:08:57 +11:00
ddxBeep.c
ddxCtrls.c
ddxDevBtn.c Input: change processing API to InternalEvents. 2009-02-23 17:52:40 +10:00
ddxFakeMtn.c
ddxKillSrv.c
ddxLEDs.c
ddxList.c XKB: Remove support for setting combined keymaps 2009-01-22 15:08:56 +11:00
ddxLoad.c XKB: Remove support for setting combined keymaps 2009-01-22 15:08:56 +11:00
ddxPrivate.c
ddxVT.c
maprules.c XKB: Remove descriptions from maprules 2009-01-22 15:08:56 +11:00
xkb.c xkb: put a few extra checks in against non-keyboards 2009-03-23 16:07:05 +10:00
xkb.h
xkbAccessX.c Fix build with --enable-debug. 2009-03-03 16:53:06 +10:00
xkbActions.c xkb: xkbi has a pointer to the device - use this instead of inputInfo.pointer. 2009-03-16 13:29:07 +10:00
xkbDflts.h
xkbEvents.c xkb: Fix a mis-use of inputInfo.keyboard. 2009-03-16 13:29:07 +10:00
xkbInit.c xkb: set bell_func in InitKeyboardDeviceStruct. 2009-04-20 16:40:34 +10:00
xkbLEDs.c xkb: plug a memory leak in XkbCopySrvLedInfo (#20756) 2009-03-23 16:07:23 +10:00
xkbPrKeyEv.c Input: change processing API to InternalEvents. 2009-02-23 17:52:40 +10:00
xkbSwap.c
xkbUtils.c xkb: don't overrun the map index when accessing symbols. 2009-03-20 14:48:57 +10:00
xkbfmisc.c Constify atom name strings 2009-02-03 10:06:00 -08:00
xkbgeom.h
xkbout.c
xkbtext.c Constify atom name strings 2009-02-03 10:06:00 -08:00
xkmread.c Constify atom name strings 2009-02-03 10:06:00 -08: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.