Jason Tackaberry wrote:
> On Mon, 2008-06-30 at 16:58 +0100, Emmanuele Bassi wrote:
>> yeah, it was a dumb bug in the build system: the GLX backend was built
>> before the X11 backend upon which the GLX one depends.
> 
> Thanks Emmanuele, it compiles now.
> 
> Matthew, clutter_glx_texture_pixmap_new_with_window() from trunk does
> not work.  It compiles, but I'm not seeing anything from the redirected
> window.
> 
> Investigating ...
> 

The connection between xcomposite named pixmap and its window is rather
tenuous; while the pixmap remains valid for ever (until explicitly
freed), it gets disconnected from the window when the window unmaps or
resizes, so the clutter_x11_texture_pixmap_sync_window() function will
need to be called every time there is MapNotify, and/or CofigureNotify
event associated with the window.

Tomas
-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to