Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_container.c 


Log Message:
Save file before commit.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_container.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- e_container.c       4 May 2005 06:39:37 -0000       1.43
+++ e_container.c       4 May 2005 06:41:40 -0000       1.44
@@ -122,6 +122,15 @@
                              con->layers[6], ECORE_X_WINDOW_STACK_ABOVE);
 
 
+   mwin = e_menu_grab_window_get();
+   if (mwin)
+     ecore_x_window_configure(mwin,
+                             ECORE_X_WINDOW_CONFIGURE_MASK_SIBLING |
+                             ECORE_X_WINDOW_CONFIGURE_MASK_STACK_MODE,
+                             0, 0, 0, 0, 0,
+                             con->layers[6], ECORE_X_WINDOW_STACK_ABOVE);
+
+
    screens = (Evas_List *)e_xinerama_screens_get();
    if (screens)
      {




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to