From 4e55cf7818d565fcb832e5a61dc035cc84944c7e Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 18 Nov 2007 23:53:30 +0100 Subject: [PATCH] Replace EmulateMiddleButtonTime with EmulateMidButtonTime --- debian/changelog | 7 +++++++ grml-x | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1fe6db3..b361d13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-x (0.3.37) unstable; urgency=low + + * Replace EmulateMiddleButtonTime with EmulateMidButtonTime. + Thanks, Jerome Potts! + + -- Michael Prokop Sun, 18 Nov 2007 23:51:43 +0100 + grml-x (0.3.36) unstable; urgency=low * Disable vmmouse in xorg.conf.vmware for now as it's broken diff --git a/grml-x b/grml-x index 0fd3351..cb4c1fc 100755 --- a/grml-x +++ b/grml-x @@ -352,7 +352,7 @@ Section \"InputDevice\" Option \"MaxSpeed\" \"2.00\" Option \"AccelFactor\" \"0.030\" Option \"UpDownScrolling\" \"1\" - Option \"EmulateMiddleButtonTime\" \"75\" + Option \"EmulateMidButtonTime\" \"75\" Option \"CircularScrolling\" \"1\" Option \"CircScrollDelta\" \"0.1\" Option \"CircScrollTrigger\" \"8\" -- 2.1.4