Re: [clutter] Transparent stage? Stage resized signals?

2009-01-17 Thread Jörn Reder
Jörn Reder wrote: Emmanuele Bassi wrote: on X11, you might need to create your own Window with an ARGB visual and an opacity of 0, and set the Window as the stage surface using the clutter_x11_set_stage_foreach() function. you'll obviously need a compositor for this. You had an

Re: [clutter] Transparent stage? Stage resized signals?

2009-01-16 Thread Jörn Reder
Hiho, sorry for picking up this old thread, but today I tried again to get this managed using Gtk2::ClutterEmbed - still with no luck but I am getting closer ;) Emmanuele Bassi wrote: Sounds like we have some misunderstanding here. What you suggest is to change to opacity of the

[clutter] Transparent stage? Stage resized signals?

2008-10-01 Thread Jörn Reder
Hiho, I'am playing around with cluter for two days - really fascinating! ;) I have to questions: 1.) Is it possible having a transparent stage on a X11 desktop? Changing the opacity property doesn't work as expected. 2.) I can't find any signals to catch stage resizing. Am I missing

Re: [clutter] Transparent stage? Stage resized signals?

2008-10-01 Thread Emmanuele Bassi
On Wed, 2008-10-01 at 11:42 +0200, Jörn Reder wrote: I have to questions: 1.) Is it possible having a transparent stage on a X11 desktop? Changing the opacity property doesn't work as expected. you need the X server to return a RGBA window. this will probably work on nvidia but not on

Re: [clutter] Transparent stage? Stage resized signals?

2008-10-01 Thread Jörn Reder
Emmanuele Bassi wrote: 1.) Is it possible having a transparent stage on a X11 desktop? Changing the opacity property doesn't work as expected. you need the X server to return a RGBA window. this will probably work on nvidia but not on intel or ati drivers. Ok, now the obvious

Re: [clutter] Transparent stage? Stage resized signals?

2008-10-01 Thread Emmanuele Bassi
On Wed, 2008-10-01 at 13:02 +0200, Jörn Reder wrote: Emmanuele Bassi wrote: 1.) Is it possible having a transparent stage on a X11 desktop? Changing the opacity property doesn't work as expected. you need the X server to return a RGBA window. this will probably work on nvidia