Files
xserver_xsdl/xkb
Peter Hutterer c06e27b2f6 xkb: ProcXkbSetDeviceInfo should work on all attached SDs.
If called with XkbUseCoreKbd, run through all attached SDs and replicate the
call. This way, we keep the SDs in sync with the MD as long as core clients
control the MDs.
2008-08-06 11:12:24 +09:30
..
2008-03-04 18:11:10 +10:30
2008-02-17 22:52:07 +02:00
2008-01-03 17:04:54 +10:30
2008-01-03 17:04:54 +10:30
2008-01-03 17:04:54 +10:30
2007-06-29 14:06:52 -04:00
2007-06-29 14:06:52 -04:00
2008-03-04 18:11:10 +10:30
2008-07-23 13:38:38 -04:00
2008-03-05 23:57:15 -05:00
2008-02-17 22:52:07 +02:00
2008-07-23 13:38:38 -04:00
2008-02-17 22:52:07 +02:00
2008-02-17 22:52:08 +02:00
2008-03-04 18:11:10 +10:30
2008-03-04 18:11:10 +10:30
2008-02-17 22:52:08 +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.