Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        icccm.c 


Log Message:
Valgrindings.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/icccm.c,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -3 -r1.76 -r1.77
--- icccm.c     15 Jul 2004 23:31:01 -0000      1.76
+++ icccm.c     30 Jul 2004 23:28:42 -0000      1.77
@@ -526,6 +526,11 @@
    if (atom_change && atom_change != E_XA_WM_NORMAL_HINTS)
       EDBUG_RETURN_;
 
+   x = ewin->client.x;
+   y = ewin->client.y;
+   w = ewin->client.w;
+   h = ewin->client.h;
+   bw = ewin->client.bw;
    EGetGeometry(disp, ewin->client.win, &ww, &x, &y, &w, &h, &bw, &dummy);
    ewin->client.x = x;
    ewin->client.y = y;




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to