Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        setup.c 


Log Message:
Fix nested mode.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/setup.c,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -3 -r1.150 -r1.151
--- setup.c     27 Feb 2005 14:42:41 -0000      1.150
+++ setup.c     28 Feb 2005 21:38:45 -0000      1.151
@@ -236,11 +236,12 @@
        attr.background_pixel = 0;
        attr.save_under = True;
        VRoot.win = XCreateWindow(disp, RRoot.win, 0, 0, VRoot.w, VRoot.h, 0,
-                                 VRoot.depth, InputOutput, VRoot.vis,
+                                 CopyFromParent, InputOutput, CopyFromParent,
                                  CWOverrideRedirect | CWSaveUnder |
                                  CWBackingStore | CWColormap | CWBackPixel |
                                  CWBorderPixel, &attr);
        ERegisterWindow(VRoot.win);
+       EMapWindow(VRoot.win);
 
        xtp.encoding = XA_STRING;
        xtp.format = 8;




-------------------------------------------------------
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