Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        iconify.c 


Log Message:
Fix multiple (and probably other) iconbox problems.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/iconify.c,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -3 -r1.107 -r1.108
--- iconify.c   7 May 2004 15:18:06 -0000       1.107
+++ iconify.c   8 May 2004 14:07:41 -0000       1.108
@@ -528,7 +528,7 @@
 }
 
 static void
-IconboxEwinMoveResize(EWin * ewin, int resize)
+IconboxEwinMoveResize(EWin * ewin, int resize __UNUSED__)
 {
    static int          call_depth = 0; /* Ugly! */
    Iconbox            *ib = ewin->ibox;
@@ -539,15 +539,15 @@
 
    if (!Conf.theme.transparency &&
        ib->w == ewin->client.w && ib->h == ewin->client.h)
-      return;
+      goto done;
 
    ib->w = ewin->client.w;
    ib->h = ewin->client.h;
    ib->force_update = 1;
    IconboxRedraw(ib);
+
+ done:
    call_depth--;
-   return;
-   resize = 0;
 }
 
 static void




-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to