summaryrefslogtreecommitdiff
path: root/x11/gtk2/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gtk2/patches/patch-ab')
-rw-r--r--x11/gtk2/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/gtk2/patches/patch-ab b/x11/gtk2/patches/patch-ab
deleted file mode 100644
index e20b51ee24d..00000000000
--- a/x11/gtk2/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.16 2007/04/10 13:05:59 adam Exp $
-
---- gdk/quartz/gdkdrawable-quartz.c.orig 2007-04-10 14:32:41.000000000 +0200
-+++ gdk/quartz/gdkdrawable-quartz.c
-@@ -61,7 +61,7 @@ gdk_quartz_ref_cairo_surface (GdkDrawabl
-
- gdk_drawable_get_size (drawable, &width, &height);
-
-- surface = cairo_quartz_surface_create (context, width, height, TRUE);
-+ surface = cairo_quartz_surface_create_for_cg_context (context, width, height);
-
- info = g_new (SurfaceInfo, 1);
- info->drawable = drawable;