[cairo-bugs] [Bug 31906] cairo 1.10.0 requires XLinearGradient

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Feb 7 10:01:34 PST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=31906

--- Comment #6 from Tim Mooney <Tim.Mooney at ndsu.edu> 2011-02-07 10:01:31 PST ---
You've illuminated the problem.  My render.h (from renderproto-0.9.2) has

#define RENDER_NAME "RENDER"
#define RENDER_MAJOR    0
#define RENDER_MINOR    10

So the test in cairo-xlib-xrender-private.h is not true, and that header is not
defining the necessary structs.

It appears that the render.h from renderproto-0.9.2 "jumped the gun" and
defined RENDER_MINOR 10, instead of RENDER_MINOR 9 like it probably should
have.

Now that I know where the issue is, I suppose I could patch my copy of
renderproto-0.9.2 to set RENDER_MINOR 9, but that only helps me.  Is it worth
trying to develop a more general solution for others that might run into this
issue?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the cairo-bugs mailing list