[arch-commits] Commit in cairo/repos/extra-x86_64 (cairo-1.4.12-buggy-repeat.patch)
Jan de Groot
jgc at archlinux.org
Sun Apr 20 11:40:23 UTC 2008
Date: Sunday, April 20, 2008 @ 07:40:23
Author: jgc
Revision: 492
Remove unused patch. Shouldn't the merge be doing this?
Deleted:
cairo/repos/extra-x86_64/cairo-1.4.12-buggy-repeat.patch
---------------------------------+
cairo-1.4.12-buggy-repeat.patch | 11 -----------
1 file changed, 11 deletions(-)
Deleted: cairo-1.4.12-buggy-repeat.patch
===================================================================
--- cairo-1.4.12-buggy-repeat.patch 2008-04-20 11:39:47 UTC (rev 491)
+++ cairo-1.4.12-buggy-repeat.patch 2008-04-20 11:40:23 UTC (rev 492)
@@ -1,11 +0,0 @@
---- src/cairo-xlib-surface.c
-+++ src/cairo-xlib-surface.c
-@@ -2023,7 +2023,7 @@ _cairo_xlib_surface_create_internal (Dis
-
- surface->buggy_repeat = FALSE;
- if (strstr (ServerVendor (dpy), "X.Org") != NULL) {
-- if (VendorRelease (dpy) <= 60802000)
-+ if (VendorRelease (dpy) >= 60700000 && VendorRelease (dpy) <= 60802000)
- surface->buggy_repeat = TRUE;
- } else if (strstr (ServerVendor (dpy), "XFree86") != NULL) {
- if (VendorRelease (dpy) <= 40500000)
More information about the arch-commits
mailing list