mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 07:18:04 +02:00
Bug 4882: Flag Sun's X server has having buggy_repeat.
This is the Sun labelling of Xorg 6.8 as shipped with Solaris 10.
This commit is contained in:
parent
32d049a7bf
commit
b8e93f9c55
1 changed files with 3 additions and 0 deletions
|
|
@ -1868,6 +1868,9 @@ _cairo_xlib_surface_create_internal (Display *dpy,
|
|||
} else if (strstr (ServerVendor (dpy), "XFree86") != NULL) {
|
||||
if (VendorRelease (dpy) <= 40500000)
|
||||
surface->buggy_repeat = TRUE;
|
||||
} else if (strstr (ServerVendor (dpy), "Sun Microsystems, Inc.") != NULL) {
|
||||
if (VendorRelease (dpy) <= 60800000)
|
||||
surface->buggy_repeat = TRUE;
|
||||
}
|
||||
|
||||
surface->dst_picture = None;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue