Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        evhandlers.c 


Log Message:
Don't break window groups when iconifying.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/evhandlers.c,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -3 -r1.149 -r1.150
--- evhandlers.c        7 Feb 2004 00:30:23 -0000       1.149
+++ evhandlers.c        11 Feb 2004 16:22:48 -0000      1.150
@@ -618,7 +618,6 @@
 {
    Window              win = ev->xunmap.window;
    EWin               *ewin;
-   int                 i, num_groups;
 
    EDBUG(5, "HandleUnmap");
    ewin = FindItem(NULL, win, LIST_FINDBY_ID, LIST_TYPE_EWIN);
@@ -639,10 +638,6 @@
        if (ewin == mode.mouse_over_win)
           mode.mouse_over_win = NULL;
 
-       num_groups = ewin->num_groups;
-       for (i = 0; i < num_groups; i++)
-          RemoveEwinFromGroup(ewin, ewin->groups[0]);
-
        if (!ewin->iconified)
          {
             XTranslateCoordinates(disp, ewin->client.win, root.win,




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to