Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        arrange.c 


Log Message:
Fix screen edge resistance in presence of windows with struts.

===================================================================
RCS file: /cvs/e/e16/e/src/arrange.c,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -3 -r1.95 -r1.96
--- arrange.c   12 May 2006 12:05:27 -0000      1.95
+++ arrange.c   2 Jun 2006 21:25:11 -0000       1.96
@@ -549,8 +549,8 @@
        return;
      }
 
-   ScreenGetAvailableArea(ewin->shape_x, ewin->shape_y,
-                         &left_bound, &top_bound, &w, &h);
+   ScreenGetGeometry(ewin->shape_x, ewin->shape_y,
+                    &left_bound, &top_bound, &w, &h);
    right_bound = left_bound + w;
    bottom_bound = top_bound + h;
    screen_snap_dist = Mode.constrained ? (w + h) : Conf.snap.screen_snap_dist;




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to