* Carsten Haitzler - Enlightenment Git <no-re...@enlightenment.org> [2013-08-02 07:07:06 -0700]:
HERO commit. > raster pushed a commit to branch master. > > commit 212cfda19b8b5c098d00f7fbd6d96141ec3b30c7 > Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> > Date: Fri Aug 2 23:06:22 2013 +0900 > > as of e18 - we now are compositing only, which means we also don't > have to do a revers then forward paass in eval... which can cause ugly > things like reverse-evaluation :) > --- > src/bin/e_border.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/src/bin/e_border.c b/src/bin/e_border.c > index d336696..7371e00 100644 > --- a/src/bin/e_border.c > +++ b/src/bin/e_border.c > @@ -3295,8 +3295,8 @@ e_border_idler_before(void) > > // pass 1 - eval0. fetch properties on new or on change and > // call hooks to decide what to do - maybe move/resize > - bl = e_container_border_list_last(con); > - while ((bd = e_container_border_list_prev(bl))) > + bl = e_container_border_list_first(con); > + while ((bd = e_container_border_list_next(bl))) > { > if (bd->changed) _e_border_eval0(bd); > } > @@ -3307,8 +3307,8 @@ e_border_idler_before(void) > _e_border_container_layout_hook(con); > > // pass 2 - show windows needing show > - bl = e_container_border_list_last(con); > - while ((bd = e_container_border_list_prev(bl))) > + bl = e_container_border_list_first(con); > + while ((bd = e_container_border_list_next(bl))) > { > if ((bd->changes.visible) && (bd->visible) && > (!bd->new_client) && (!bd->changes.pos) && > > -- > > ------------------------------------------------------------------------------ > Get your SQL database under version control now! > Version control is standard for application code, but databases havent > caught up. So what steps can you take to put your SQL databases under > version control? Why should you start doing it? Read more to find out. > http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk -- Gustavo Lima Chaves Senior Developer @ Intel - Open Source Technology Center ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel