On Wed, 2010-10-06 at 13:10 -0400, Erick Pérez wrote:

> I've been trying to make a ClutterStage transparent, so the actors
> (which will be opaque) seems float over the desktop. But ain't
> happening.

are you calling:

  clutter_x11_set_use_argb_visual (TRUE);

before calling clutter_init()?

are you setting the ClutterStage:use-alpha property to TRUE?

> Does anyone knows how to do this ?
> Have to be kinda simple, since make an actor transparent it's easy,
> i've just don't know how.

even though a Stage is an Actor, it's not *exactly* behaving like an
actor - so you can't assume that ClutterStage will behave exactly like
any other Actor sub-class.

ciao,
 Emmanuele.

-- 
Emmanuele Bassi, Open Source Software Engineer
Intel Open Source Technology Center

_______________________________________________
clutter-app-devel-list mailing list
[email protected]
http://lists.clutter-project.org/listinfo/clutter-app-devel-list

Reply via email to