mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-28 10:00:41 +02:00
Include Xfree86-4.5 in the blacklist. (Reported by Andrew Benton)
This commit is contained in:
parent
b9da101879
commit
4a7a09b4ab
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2005-08-20 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* src/cairo-xlib-surface.c (_cairo_xlib_surface_create_internal):
|
||||
Include Xfree86-4.5 in the blacklist. (Reported by
|
||||
Andrew Benton)
|
||||
|
||||
2005-08-20 Billy Biggs <vektor@dumbterm.net>
|
||||
|
||||
Fix for bug #4096:
|
||||
|
|
|
|||
|
|
@ -1650,7 +1650,7 @@ _cairo_xlib_surface_create_internal (Display *dpy,
|
|||
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue