Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_config.h e_config.c Log Message: rename smart_maximize to maximize_policy. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_config.h,v retrieving revision 1.31 retrieving revision 1.32 diff -u -3 -r1.31 -r1.32 --- e_config.h 16 Jun 2005 22:23:25 -0000 1.31 +++ e_config.h 18 Jun 2005 04:30:35 -0000 1.32 @@ -46,7 +46,7 @@ * defaults for e to work - started at 100 when we introduced this config * versioning feature */ -#define E_CONFIG_FILE_VERSION 112 +#define E_CONFIG_FILE_VERSION 113 #define E_EVAS_ENGINE_DEFAULT 0 #define E_EVAS_ENGINE_SOFTWARE_X11 1 @@ -122,7 +122,7 @@ int winlist_pos_min_h; int winlist_pos_max_w; int winlist_pos_max_h; - int smart_maximize; + int maximize_policy; }; /* FIXME: all of thsie needs to become eet lumps for enmcode/decode */ =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_config.c,v retrieving revision 1.62 retrieving revision 1.63 diff -u -3 -r1.62 -r1.63 --- e_config.c 16 Jun 2005 22:23:25 -0000 1.62 +++ e_config.c 18 Jun 2005 04:30:35 -0000 1.63 @@ -168,7 +168,7 @@ E_CONFIG_VAL(D, T, winlist_pos_min_h, INT); E_CONFIG_VAL(D, T, winlist_pos_max_w, INT); E_CONFIG_VAL(D, T, winlist_pos_max_h, INT); - E_CONFIG_VAL(D, T, smart_maximize, INT); + E_CONFIG_VAL(D, T, maximize_policy, INT); e_config = e_config_domain_load("e", _e_config_edd); if (e_config) @@ -259,7 +259,7 @@ e_config->winlist_pos_min_h = 0; e_config->winlist_pos_max_w = 320; e_config->winlist_pos_max_h = 320; - e_config->smart_maximize = 1; + e_config->maximize_policy = E_MAXIMIZE_FULLSCREEN; { E_Config_Module *em; @@ -790,6 +790,7 @@ E_CONFIG_LIMIT(e_config->winlist_pos_min_h, 0, 4000); E_CONFIG_LIMIT(e_config->winlist_pos_max_w, 8, 4000); E_CONFIG_LIMIT(e_config->winlist_pos_max_h, 8, 4000); + E_CONFIG_LIMIT(e_config->maximize_policy, E_MAXIMIZE_ZOOM, E_MAXIMIZE_FILL); ; /* apply lang config - exception because config is loaded after intl setup */ ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs