Enlightenment CVS committal Author : tsauerbeck Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_box.c Log Message: ignoring compiler warnings = bad =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_box.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- e_box.c 25 Nov 2004 03:37:44 -0000 1.1 +++ e_box.c 2 Jan 2005 17:24:48 -0000 1.2 @@ -426,7 +426,7 @@ hh = h; ow = bi->min.w; if (bi->expand_w) ow = ww; - if ((bi->max.w >= 0) && (bi->max.w < oh)) ow = bi->max.w; + if ((bi->max.w >= 0) && (bi->max.w < ow)) ow = bi->max.w; oh = bi->min.h; if (bi->expand_h) oh = hh; if ((bi->max.h >= 0) && (bi->max.h < oh)) oh = bi->max.h; ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs