Enlightenment CVS committal Author : codewarrior Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_icon_layout.c Log Message: temp fix until the revamp is ready for cvs =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_icon_layout.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- e_icon_layout.c 14 Oct 2005 13:04:03 -0000 1.3 +++ e_icon_layout.c 15 Oct 2005 00:47:19 -0000 1.4 @@ -85,6 +85,10 @@ sd->frozen--; if (sd->frozen <= 0) _e_icon_layout_smart_reconfigure(sd); + + printf("virtual size is: %d %d\n", sd->vw, sd->vh); + + return sd->frozen; } @@ -333,13 +337,15 @@ Evas_Coord x, y, w, h; Evas_List *l; - if (!sd->changed) return; + //if (!sd->changed) return; x = sd->x + sd->xs; y = sd->y + sd->ys; w = sd->vw; h = sd->vh; + printf("reconfigure: w = %d\n", w); + for (l = sd->items; l; l = l->next) { E_Icon_Layout_Item *li; ------------------------------------------------------- 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