Change version number of Sun's Xorg server with buggy repeat from 60800000 to

60900000. (#7483, pointed by Brian Cameron)
This commit is contained in:
Behdad Esfahbod 2006-07-10 13:45:51 -04:00
parent b006bf9d2c
commit e0ad1aa995

View file

@ -1868,7 +1868,7 @@ _cairo_xlib_surface_create_internal (Display *dpy,
if (VendorRelease (dpy) <= 40500000)
surface->buggy_repeat = TRUE;
} else if (strstr (ServerVendor (dpy), "Sun Microsystems, Inc.") != NULL) {
if (VendorRelease (dpy) <= 60800000)
if (VendorRelease (dpy) <= 60900000)
surface->buggy_repeat = TRUE;
}