Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_bg.c Log Message: update all zones =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_bg.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- e_bg.c 5 Sep 2005 15:24:07 -0000 1.9 +++ e_bg.c 7 Oct 2005 05:08:53 -0000 1.10 @@ -176,7 +176,7 @@ void e_bg_update(void) { - Evas_List *l, *ll; + Evas_List *l, *ll, *lll; E_Manager *man; E_Container *con; E_Zone *zone; @@ -187,8 +187,11 @@ for (ll = man->containers; ll; ll = ll->next) { con = ll->data; - zone = e_zone_current_get(con); - e_zone_bg_reconfigure(zone); + for (lll = con->zones; lll; lll = lll->next) + { + zone = lll->data; + e_zone_bg_reconfigure(zone); + } } } } ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs