xserver-multidpi/xkb
Sascha Hlusiak bbf811514d ddxCtrls.c: XkbDDXUsesSoftRepeat always returns 1 now
We'd like to do soft repeat in the server for all keys. Remove obscure check, that'd
prevent the server from autorepeating when delay is set to exactly 660ms and rate is
set to exactly 25 (interval=40).

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2008-12-08 12:24:39 +01:00
..
ddxBeep.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddxCtrls.c ddxCtrls.c: XkbDDXUsesSoftRepeat always returns 1 now 2008-12-08 12:24:39 +01:00
ddxDevBtn.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddxFakeMtn.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddxInit.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddxKeyClick.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddxKillSrv.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddxLEDs.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddxList.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddxLoad.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddxPrivate.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddxVT.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -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 Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
README.compiled R6.6 is the Xorg base-line 2003-11-14 15:54:54 +00:00
xkb.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkb.h XKB: Move headers into the server tree 2008-02-17 22:52:07 +02:00
xkbAccessX.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkbActions.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
XKBAlloc.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkbDflts.h Static markup and dead code cull over xkb/. 2007-03-20 18:37:02 -04:00
xkbEvents.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkbfmisc.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -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 Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkbLEDs.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
XKBMAlloc.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
XKBMisc.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkbout.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkbPrKeyEv.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkbPrOtherEv.c XkbProcessOtherEvent: Don't depend on now-removed header 2008-02-17 22:52:08 +02:00
xkbSwap.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkbtext.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkbUtils.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkmread.c Rework symbol visibility for easier maintenance 2008-12-03 05:43: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.