Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        evhandlers.c icccm.c 


Log Message:
Do SaveSet ops (only) in ICCCM functions.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/evhandlers.c,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -3 -r1.113 -r1.114
--- evhandlers.c        12 Jul 2003 07:52:03 -0000      1.113
+++ evhandlers.c        12 Jul 2003 07:57:41 -0000      1.114
@@ -1487,7 +1487,6 @@
                                   &ewin->client.y, &win);
             EReparentWindow(disp, ewin->client.win, root.win, ewin->client.x,
                             ewin->client.y);
-            XRemoveFromSaveSet(disp, ewin->client.win);
             ICCCM_Withdraw(ewin);
             RemoveItem(NULL, ewin->client.win, LIST_FINDBY_ID, LIST_TYPE_EWIN);
             DesktopRemoveEwin(ewin);
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/icccm.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- icccm.c     14 Jun 2003 12:03:09 -0000      1.35
+++ icccm.c     12 Jul 2003 07:57:41 -0000      1.36
@@ -468,6 +468,7 @@
    c[1] = 0;
    XChangeProperty(disp, ewin->client.win, a, a, 32, PropModeReplace,
                   (unsigned char *)c, 2);
+   XRemoveFromSaveSet(disp, ewin->client.win);
    EDBUG_RETURN_;
 }
 




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to