Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ewins.c 


Log Message:
Fix transient placement.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ewins.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -3 -r1.75 -r1.76
--- ewins.c     12 Jun 2005 07:56:30 -0000      1.75
+++ ewins.c     17 Jun 2005 23:16:37 -0000      1.76
@@ -646,6 +646,8 @@
          }
      }
 
+   x = EoGetX(ewin);
+   y = EoGetY(ewin);
    if (ewin->client.transient && Conf.focus.transientsfollowleader)
      {
        EWin               *const *lst2;
@@ -705,8 +707,6 @@
      }
 
    /* if it hasn't been placed yet.... find a spot for it */
-   x = EoGetX(ewin);
-   y = EoGetY(ewin);
    if ((!ewin->client.already_placed) && (!manplace))
      {
        /* Place the window below the mouse pointer */




-------------------------------------------------------
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

Reply via email to