Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        iconify.c xwin.h 


Log Message:
Need sync in iconbox animation.

===================================================================
RCS file: /cvs/e/e16/e/src/iconify.c,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -3 -r1.231 -r1.232
--- iconify.c   29 Mar 2008 17:18:58 -0000      1.231
+++ iconify.c   24 May 2008 18:14:57 -0000      1.232
@@ -139,7 +139,7 @@
        XDrawLine(disp, root, gc, x3, y3, x4, y4);
        XDrawLine(disp, root, gc, x4, y4, x1, y1);
 
-       ESync(ESYNC_ICONIFY);
+       ESync(0);
        IB_Animate_Sleep(t0, a);
 
        XDrawLine(disp, root, gc, x1, y1, x2, y2);
@@ -216,7 +216,7 @@
        h = (int)(fh + a * (th - fh));
        XDrawRectangle(disp, root, gc, x, y, w, h);
 
-       ESync(ESYNC_ICONIFY);
+       ESync(0);
        IB_Animate_Sleep(t0, a);
 
        XDrawRectangle(disp, root, gc, x, y, w, h);
===================================================================
RCS file: /cvs/e/e16/e/src/xwin.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -3 -r1.45 -r1.46
--- xwin.h      10 May 2008 23:22:31 -0000      1.45
+++ xwin.h      24 May 2008 18:14:58 -0000      1.46
@@ -68,7 +68,6 @@
 #define ESYNC_MENUS    0x0004
 #define ESYNC_MOVRES   0x0008
 #define ESYNC_FOCUS    0x0010
-#define ESYNC_ICONIFY  0x0020
 #define ESYNC_TLOOP    0x0040
 #define ESYNC_SLIDEOUT 0x0080
 #define ESYNC_STARTUP  0x0100



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to