[cairo-commit] cairo/src cairo-xlib-surface.c,1.112,1.113
Owen Taylor
commit at pdx.freedesktop.org
Sat Aug 20 22:23:54 EST 2005
Committed by: otaylor
Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv14440/src
Modified Files:
cairo-xlib-surface.c
Log Message:
2005-08-20 Owen Taylor <otaylor at redhat.com>
* src/cairo-xlib-surface.c (_cairo_xlib_surface_create_internal):
Include Xfree86-4.5 in the blacklist. (Reported by
Andrew Benton)
Index: cairo-xlib-surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-xlib-surface.c,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- cairo-xlib-surface.c 19 Aug 2005 19:55:00 -0000 1.112
+++ cairo-xlib-surface.c 20 Aug 2005 12:23:52 -0000 1.113
@@ -1650,7 +1650,7 @@
if (VendorRelease (dpy) <= 60802000)
surface->buggy_repeat = TRUE;
} else if (strcmp (ServerVendor (dpy), "The XFree86 Project, Inc") == 0) {
- if (VendorRelease (dpy) <= 40400000)
+ if (VendorRelease (dpy) <= 40500000)
surface->buggy_repeat = TRUE;
}
More information about the cairo-commit
mailing list