On Thu, 2008-11-13 at 10:09 +1100, Carsten Haitzler wrote: > On Wed, 12 Nov 2008 12:34:22 +0100 Viktor Kojouharov <[EMAIL PROTECTED]> > babbled: > > > the current policy within E code is that ecore_evas_alpha_set is only > > called when the window is shaped. The usual practice for figuring this > > out is to look at the edje data for a "shaped" key. But what if the > > theme does not specify a shaped key, but specifies a color_class? With a > > color class and a composite manager, specifying an alpha value, > > different from 255 will not be destructive, as long as the > > above-mentioned function is called. > > a very bad idea for performance reasons. it is a key for a specific reason :)
Yeah, that and I also found out that at least bling doesn't draw shadows for such windows. So I'm gonna leave it at that :) > > > I propose that we always call ecore_evas_alpha_set(ee, 1) if > > use_composite is true, regardless of whether the theme group has a > > "shaped" key. > > > > > > ------------------------------------------------------------------------- > > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > > Build the coolest Linux based applications with Moblin SDK & win great > > prizes > > Grand prize is a trip for two to an Open Source event anywhere in the world > > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > _______________________________________________ > > enlightenment-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
