On Thu, 30 Jan 2014 07:59:07 +0900
Carsten Haitzler (The Rasterman) <ras...@rasterman.com> wrote:

> On Wed, 29 Jan 2014 17:38:10 -0500 Michael Blumenkrantz
> <michael.blumenkra...@gmail.com> said:
> 
> > On Thu, 30 Jan 2014 07:18:32 +0900
> > Carsten Haitzler (The Rasterman) <ras...@rasterman.com> wrote:
> > 
> > > On Wed, 29 Jan 2014 10:03:06 -0500 Michael Blumenkrantz
> > > <michael.blumenkra...@gmail.com> said:
> > > 
> > > > On Wed, 29 Jan 2014 05:45:24 -0800
> > > > Carsten Haitzler <ras...@rasterman.com> wrote:
> > > > 
> > > > > raster pushed a commit to branch master.
> > > > > 
> > > > > http://git.enlightenment.org/core/enlightenment.git/commit/?id=8b62039e6acb7571efa160c1dbf51b9dc0cf9b1c
> > > > > 
> > > > > commit 8b62039e6acb7571efa160c1dbf51b9dc0cf9b1c
> > > > > Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
> > > > > Date:   Wed Jan 29 22:17:31 2014 +0900
> > > > > 
> > > > >     support temporary layer changes for iconify anim purposes
> > > > > ---
> > > > >  src/bin/e_comp_object.c | 19 ++++++++++++++++++-
> > > > >  1 file changed, 18 insertions(+), 1 deletion(-)
> > > > > 
> > > > 
> > > > 
> > > > ughhhhhhhhhhhhhh this already exists in e_client. going to have to redo
> > > > all of these commits...
> > > 
> > > where? i see no api call that seems to do this... i noticed that the
> > > layer_set always changes the client layer no matter what - no if 
> > > conditions
> > > there... 
> > > 
> > 
> > E_Client->layer_block
> > 
> > I added it for various demos. not a big deal, I still haven't gotten around
> > to documenting all of this yet
> 
> that seemed to be doing something else when i looked. ie i wanted all of the
> stacking to work minus saving it to the client. :) anyway - i now looked at
> your commits.
> 


layer_block blocks any changes to protocol-side client stacking, which means 
E_Client->layer will never be touched; it causes any restack or layer setting 
operation to drop through immediately and "just do it" for the purposes of 
animations/effects.

------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to