On Mon, Feb 11, 2008, iain wrote:
> 
> On Mon, 2008-02-11 at 08:30 +0100, Johan Bilien wrote:
> 
> > I want to make the stage's window a child of the Composite overlay
> > window, so I can have a clutter-based X compositor.
> 
> You can use
> clutter_x11_set_stage_foreign (CLUTTER_STAGE (stage), overlay_window) as
> well, although that makes clutter stage draw directly onto the composite
> overlay window which may not be what you want.

Yes I tried that some time ago, but at the time GLX was failing an
assert (mode != 0) or something like that. I read somewhere that
compositors are expected to paint on children of the overlay so that
they can choose its visual for instance.

-- 
Johan Bilien
<[EMAIL PROTECTED]>
-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to