Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_bg.c Log Message: 1. fixed some inefficient edje loading - moved checks to the cache code where it sould be 2. fixed edje handling of delete of objects so we don't lose clip info if we move a swallowed object out 3. fix up norender stuff for evas a bit 4. pants. 5. coogee beach (sydney) in summer right now is beatiful - KICK ASS! =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_bg.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -3 -r1.25 -r1.26 --- e_bg.c 28 Dec 2006 14:05:29 -0000 1.25 +++ e_bg.c 22 Jan 2007 12:44:56 -0000 1.26 @@ -22,11 +22,11 @@ for (l = e_config->desktop_backgrounds; l; l = l->next) { - E_Config_Desktop_Background *cfbg; - cfbg = l->data; - e_filereg_register(cfbg->file); + E_Config_Desktop_Background *cfbg; + cfbg = l->data; + e_filereg_register(cfbg->file); } - + E_EVENT_BG_UPDATE = ecore_event_type_new(); return 1; } @@ -350,7 +350,17 @@ evas_object_move(zone->bg_object, zone->x, zone->y); evas_object_resize(zone->bg_object, zone->w, zone->h); evas_object_layer_set(zone->bg_object, -1); +/// printf("CLIP...\n"); evas_object_clip_set(zone->bg_object, zone->bg_clip_object); + { + Evas_Coord x, y, w, h; + + evas_object_geometry_get(zone->bg_clip_object, &x, &y, &w, &h); +/// printf("END: clip %p to %p [%ix%i+%i+%i]\n", +/// zone->bg_object, +/// zone->bg_clip_object, +/// w, h, x, y); + } evas_object_show(zone->bg_object); } ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs