Peter Hutterer wrote: > Autorepeat was removed from the driver with version 1.4.0. So there is not > much point in setting this option anymore. > > Signed-off-by: Peter Hutterer <[email protected]> > --- > src/kbd.c | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/src/kbd.c b/src/kbd.c > index a9d4890..3aab07d 100644 > --- a/src/kbd.c > +++ b/src/kbd.c > @@ -85,7 +85,6 @@ static const char *kbdDefaults[] = { > #else > "Protocol", "standard", > #endif > - "AutoRepeat", "500 30", > "XkbRules", "base", > "XkbModel", "pc105", > "XkbLayout", "us", > @@ -99,7 +98,6 @@ static const char *kbd98Defaults[] = { > #else > "Protocol", "standard", > #endif > - "AutoRepeat", "500 30", > "XkbRules", "xfree98", > "XkbModel", "pc98", > "XkbLayout", "jp",
Reviewed-by: Alan Coopersmith <[email protected]> -- -Alan Coopersmith- [email protected] Oracle Solaris Platform Engineering: X Window System _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
