Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fwin.c 


Log Message:


save a few bytes by packing structures better... simple savings :)

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fwin.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -3 -r1.53 -r1.54
--- e_fwin.c    17 Jun 2007 08:29:28 -0000      1.53
+++ e_fwin.c    28 Jun 2007 23:22:20 -0000      1.54
@@ -122,7 +122,8 @@
    fmc.icon.fixed.w = 1;
    fmc.icon.fixed.h = 1;
 #else   
-   fmc.view.mode = E_FM2_VIEW_MODE_CUSTOM_ICONS;
+//   fmc.view.mode = E_FM2_VIEW_MODE_CUSTOM_ICONS;
+   fmc.view.mode = E_FM2_VIEW_MODE_GRID_ICONS;
    fmc.icon.icon.w = 48;
    fmc.icon.icon.h = 48;
    fmc.icon.fixed.w = 0;



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to