Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        actions.c areas.c 


Log Message:
Let fixedpos window attribute not imply sticky.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/actions.c,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -3 -r1.161 -r1.162
--- actions.c   19 May 2004 21:41:02 -0000      1.161
+++ actions.c   30 May 2004 15:17:44 -0000      1.162
@@ -2379,8 +2379,8 @@
    lst = EwinListGetAll(&num);
    for (i = 0; i < num; i++)
      {
-       if ((lst[i]->desktop == desks.current) && (!lst[i]->sticky)
-           && (!lst[i]->floating) && (!lst[i]->fixedpos))
+       if ((lst[i]->desktop == desks.current) && (!lst[i]->sticky) &&
+           (!lst[i]->floating))
           MoveEwin(lst[i], lst[i]->x + x, lst[i]->y + y);
      }
    EDBUG_RETURN(0);
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/areas.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -3 -r1.68 -r1.69
--- areas.c     15 May 2004 22:42:21 -0000      1.68
+++ areas.c     30 May 2004 15:17:44 -0000      1.69
@@ -99,7 +99,7 @@
    lst = EwinListGetAll(&num);
    for (i = 0; i < num; i++)
      {
-       if ((!(lst[i]->sticky)) && (!(lst[i]->fixedpos)))
+       if (!(lst[i]->sticky))
          {
             if (lst[i]->area_x >= ax)
                MoveEwinToArea(lst[i], ax - 1, lst[i]->area_x);
@@ -293,7 +293,7 @@
        for (i = 0; i < num; i++)
          {
             ewin = lst[i];
-            if (ewin->sticky || ewin->fixedpos || ewin->iconified)
+            if (ewin->sticky || ewin->iconified)
                continue;
             if (ewin->desktop != desks.current && !ewin->floating)
                continue;
@@ -318,7 +318,7 @@
    for (i = 0; i < num; i++)
      {
        ewin = lst[i];
-       if (ewin->sticky || ewin->fixedpos)
+       if (ewin->sticky)
           continue;
        if (ewin->client.transient_for)
           continue;




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to