[cairo-bugs] [Bug 10329] add support for "recursive" xlib surfaces
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Mar 18 08:50:14 PDT 2007
http://bugs.freedesktop.org/show_bug.cgi?id=10329
------- Comment #2 from otaylor at redhat.com 2007-03-18 07:50 PST -------
Can I suggest a name change from recursive, to, say, include_inferiors?
include_inferiors is at least (probably a lot more) as descriptive as
recursive, and has the big advantage of being familiar to people who
are familiar with Xlib.
+ /* XXX: and what about this case? */
+ if (surface->owns_pixmap)
+ return;
I'd set the flag so that _get_recursive() returns what you set but
otherwise ignore it... after all, this setting has no effect on a
pixmap in any case.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the cairo-bugs
mailing list