aboutsummaryrefslogtreecommitdiffstats
path: root/x11/XFree86-4/files/patch-8
diff options
context:
space:
mode:
Diffstat (limited to 'x11/XFree86-4/files/patch-8')
-rw-r--r--x11/XFree86-4/files/patch-812
1 files changed, 0 insertions, 12 deletions
diff --git a/x11/XFree86-4/files/patch-8 b/x11/XFree86-4/files/patch-8
deleted file mode 100644
index db57387d876a..000000000000
--- a/x11/XFree86-4/files/patch-8
+++ /dev/null
@@ -1,12 +0,0 @@
---- programs/Xserver/hw/xfree86/XF86Setup/mouse.tcl.old Tue Feb 15 19:36:32 2000
-+++ programs/Xserver/hw/xfree86/XF86Setup/mouse.tcl Tue Feb 15 19:36:37 2000
-@@ -590,6 +590,9 @@
- if { $mseRes <= 0 } {
- set mseRes 100
- }
-+ if { $mseRes > 200 } {
-+ set mseRes 200
-+ }
- $w.mouse.resolution.$mseRes invoke
- set mseButtons $initbtn
- if { $mseButtons < 3 } {