[cairo-bugs] [Bug 10329] add support for "recursive" xlib surfaces
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon May 28 09:23:23 PDT 2007
http://bugs.freedesktop.org/show_bug.cgi?id=10329
------- Comment #13 from mathias.hasselmann at gmx.de 2007-05-28 09:23 PST -------
(In reply to comment #12)
> if you try to use cairo to draw in this way you will find that your drawing is
> simply overwritten on the next expose event...
Yes I know, but that it easy to handle: You just use your expose handler(s) to
add an idle handler which actually does the drawing. Proof of concept here (for
GdkGC based drawing):
http://svn.gnome.org/svn/gtk+/branches/extended-layout/tests/testextendedlayout.c
> you're better to use the composite support being added to gdk. see here:
>
> http://bugzilla.gnome.org/show_bug.cgi?id=412882
Composite desktops are not the default yet and considering all the driver
problems we have on X11 I doubt they will become the default quickly. So
IncludeInferiors drawing is very usefull still.
--
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