diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-11-15 11:35:07 +1030 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-11-15 11:35:07 +1030 |
commit | 1635832c1635374033686d3a943b77adbd60bb98 (patch) | |
tree | 25f8578838d90b52995051318c29b9871933b53f | |
parent | b05246696d14bd35aa53b49302707b51206c72a6 (diff) |
Revert "xkb: disable xkb key repeats (temporarily)"
This reverts commit 2b1d946392ce28b96941341778b2b526aa0fb126.
-rw-r--r-- | xkb/xkbPrKeyEv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xkb/xkbPrKeyEv.c b/xkb/xkbPrKeyEv.c index 147df3e4c..f007f75f2 100644 --- a/xkb/xkbPrKeyEv.c +++ b/xkb/xkbPrKeyEv.c @@ -76,7 +76,6 @@ int xiEvent; if ((behavior.type&XkbKB_Permanent)==0) { switch (behavior.type) { case XkbKB_Default: -#if 0 if (( xE->u.u.type == KeyPress || xE->u.u.type == DeviceKeyPress) && (keyc->down[key>>3] & (1<<(key&7)))) { @@ -113,7 +112,6 @@ int xiEvent; XkbLastRepeatEvent= NULL; return; } -#endif break; case XkbKB_Lock: if ( xE->u.u.type == KeyRelease || |