xenocara/xserver/xkb
purplerain f0fd08c832
update to xserver 21.1.12
2024-04-09 08:46:18 +00:00
..
Makefile.am sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Makefile.in sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
README.compiled sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
XKBAlloc.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
XKBGAlloc.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
XKBMAlloc.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
XKBMisc.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
ddxBeep.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
ddxCtrls.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
ddxKillSrv.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
ddxLEDs.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
ddxLoad.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
ddxPrivate.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
ddxVT.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
maprules.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
meson.build sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xkb.c update to xserver 21.1.12 2024-04-09 08:46:18 +00:00
xkb.h sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xkbAccessX.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xkbActions.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xkbDflts.h sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xkbEvents.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xkbInit.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xkbLEDs.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xkbPrKeyEv.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xkbSwap.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xkbUtils.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xkbfmisc.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xkbgeom.h sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xkbout.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xkbtext.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xkmread.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00

README.compiled

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.