summaryrefslogtreecommitdiff
path: root/x11/gnome-mag/patches/patch-ab
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-01-20 13:46:46 +0000
committerjmmv <jmmv@pkgsrc.org>2006-01-20 13:46:46 +0000
commit1c7b1830f992b207b8b56da8b41a36d47075e018 (patch)
treea03c313babbb474fd075584ec37ca011645b439d /x11/gnome-mag/patches/patch-ab
parent6abf92a1f4f5963f3d69b040732fb9d748735cd5 (diff)
downloadpkgsrc-1c7b1830f992b207b8b56da8b41a36d47075e018.tar.gz
Update to 0.12.2:
* Fix for serious update bug which made high magnification factors work poorly. * Fix for #167705, which improves our tracking of cursor changes.
Diffstat (limited to 'x11/gnome-mag/patches/patch-ab')
-rw-r--r--x11/gnome-mag/patches/patch-ab16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/gnome-mag/patches/patch-ab b/x11/gnome-mag/patches/patch-ab
deleted file mode 100644
index 18e0de80e5e..00000000000
--- a/x11/gnome-mag/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2005/04/12 00:52:49 rillig Exp $
-
-Needed for gcc-2.95.
-
---- magnifier/magnifier.c.orig Fri Feb 4 19:15:59 2005
-+++ magnifier/magnifier.c Mon Apr 11 01:33:34 2005
-@@ -675,8 +675,8 @@ magnifier_get_display_rect_bounds (Magni
- static void magnifier_adjust_source_size (Magnifier *magnifier)
- {
- GNOME_Magnifier_RectBounds rect_bounds;
-- magnifier_get_display_rect_bounds (magnifier, &rect_bounds, FALSE);
- gdouble vfract, hfract;
-+ magnifier_get_display_rect_bounds (magnifier, &rect_bounds, FALSE);
- hfract = (double) (magnifier->target_bounds.x2 - magnifier->target_bounds.x1) / (double) (rect_bounds.x2 - rect_bounds.x1);
- vfract = (double) (magnifier->target_bounds.y2 - magnifier->target_bounds.y1) / (double) (rect_bounds.y2 - rect_bounds.y1);
- if (vfract > hfract) /* vertical splitpane, approximately */