Bug 7483 - Fix for Solaris cairo
Summary: Fix for Solaris cairo
Status: RESOLVED FIXED
Alias: None
Product: cairo
Classification: Unclassified
Component: general (show other bugs)
Version: 1.2.0
Hardware: x86 (IA32) Solaris
: high normal
Assignee: Carl Worth
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-10 10:25 UTC by Brian Cameron
Modified: 2007-01-23 17:32 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Brian Cameron 2006-07-10 10:25:42 UTC
In the file src/cairo-xlib-surface.c, there is the following code in the function 
_cairo_xlib_surface_create_internal

    } else if (strstr (ServerVendor (dpy), "Sun Microsystems, Inc.") != NULL) {
        if (VendorRelease (dpy) <= 60800000)
            surface->buggy_repeat = TRUE;

The version number needs to change from 60800000 to 60900000 to work since
this bug wasn't fixed in the next release of Sun's Xorg.  Could this be fixed in
CVS so that cairo doesn't break for users who are using this version of Xorg?

Thanks.
Comment 1 Behdad Esfahbod 2006-07-10 10:46:07 UTC
Fixed.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.