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

SVN revision: 30486
This commit is contained in:
Carsten Haitzler 2007-06-28 23:22:20 +00:00
parent 24b86e37ce
commit d908b59f6f
1 changed files with 2 additions and 1 deletions

View File

@ -122,7 +122,8 @@ e_fwin_new(E_Container *con, const char *dev, const char *path)
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;