Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        moveresize.c 


Log Message:
Translucent resizing.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/moveresize.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- moveresize.c        19 Jul 2005 22:33:30 -0000      1.46
+++ moveresize.c        24 Jul 2005 15:29:30 -0000      1.47
@@ -272,6 +272,10 @@
        EGrabServer();
        ModulesSignal(ESIGNAL_ANIMATION_SUSPEND, NULL);
      }
+   else
+     {
+       EoChangeOpacity(ewin, OpacityExt(Conf.movres.opacity));
+     }
 
    if (grab)
      {
@@ -381,6 +385,11 @@
    for (i = 0; i < ewin->border->num_winparts; i++)
       ewin->bits[i].no_expose = 1;
 
+   if (Conf.movres.mode_move == 0)
+     {
+       EoChangeOpacity(ewin, ewin->ewmh.opacity);
+     }
+
    ESync();
 
  done:




-------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to