Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        arrange.c 


Log Message:
Revert window placement when low on space to e16.5 behavior (patch from Smoke <[EMAIL 
PROTECTED]>).
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/arrange.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -3 -r1.63 -r1.64
--- arrange.c   8 Feb 2004 16:17:58 -0000       1.63
+++ arrange.c   17 Feb 2004 00:03:41 -0000      1.64
@@ -497,9 +497,6 @@
                       spaces[num_spaces].y = yarray[y];
                       spaces[num_spaces].w = xarray[x1] - xarray[x];
                       spaces[num_spaces].h = yarray[y1] - yarray[y];
-                      if (spaces[num_spaces].w < floating[leftover[i]].w ||
-                          spaces[num_spaces].h < floating[leftover[i]].h)
-                         fitswin = 0;
                       spaces[num_spaces].p = fitswin;
                       num_spaces++;
                    }




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to