Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        setup.c 


Log Message:
Oops.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/setup.c,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -3 -r1.151 -r1.152
--- setup.c     28 Feb 2005 21:38:45 -0000      1.151
+++ setup.c     28 Feb 2005 21:50:45 -0000      1.152
@@ -241,7 +241,6 @@
                                  CWBackingStore | CWColormap | CWBackPixel |
                                  CWBorderPixel, &attr);
        ERegisterWindow(VRoot.win);
-       EMapWindow(VRoot.win);
 
        xtp.encoding = XA_STRING;
        xtp.format = 8;
@@ -254,6 +253,8 @@
        XSetClassHint(disp, VRoot.win, xch);
        XFree(xch);
 
+       EMapWindow(VRoot.win);
+
        /* Enable eesh and edox to pix up the virtual root */
        Esnprintf(buf, sizeof(buf), "%#lx", VRoot.win);
        Esetenv("ENL_WM_ROOT", buf, 1);




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to