Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_icon_layout.c 


Log Message:
place icons according to virtual w / h

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_icon_layout.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_icon_layout.c     14 Oct 2005 11:51:30 -0000      1.2
+++ e_icon_layout.c     14 Oct 2005 13:04:03 -0000      1.3
@@ -337,8 +337,8 @@
    
    x = sd->x + sd->xs;
    y = sd->y + sd->ys;
-   w = sd->w;
-   h = sd->h;
+   w = sd->vw;
+   h = sd->vh;
    
    for (l = sd->items; l; l = l->next)
     {




-------------------------------------------------------
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

Reply via email to