mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 04:28:02 +02:00
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:
parent
b006bf9d2c
commit
e0ad1aa995
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue