Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ewin-ops.c 


Log Message:
Speed up fullscreen mode toggling.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ewin-ops.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -3 -r1.66 -r1.67
--- ewin-ops.c  26 Sep 2005 17:32:09 -0000      1.66
+++ ewin-ops.c  6 Oct 2005 16:53:01 -0000       1.67
@@ -1333,6 +1333,7 @@
             w = ww;
             h = hh;
          }
+       EwinBorderSetTo(ewin, b);
 
        if (Conf.place.raise_fullscreen)
          {
@@ -1361,6 +1362,7 @@
        GetOnScreenPos(x, y, w, h, &x, &y);
        ewin->props.fixedpos = 0;       /* Yeah - well */
        b = ewin->normal_border;
+       EwinBorderSetTo(ewin, b);
 
        if (Conf.place.raise_fullscreen)
          {
@@ -1378,7 +1380,6 @@
        EwinMoveResize(ewin, x, y, w, h);
      }
    HintsSetWindowState(ewin);
-   EwinSetBorder(ewin, b, 1);
 }
 
 void




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to