Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_container.c Log Message: =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_container.c,v retrieving revision 1.41 retrieving revision 1.42 diff -u -3 -r1.41 -r1.42 --- e_container.c 28 Apr 2005 10:42:04 -0000 1.41 +++ e_container.c 29 Apr 2005 11:21:14 -0000 1.42 @@ -112,12 +112,6 @@ con->layers[i - 1], ECORE_X_WINDOW_STACK_ABOVE); } - ecore_x_window_configure(con->bg_win, - ECORE_X_WINDOW_CONFIGURE_MASK_SIBLING | - ECORE_X_WINDOW_CONFIGURE_MASK_STACK_MODE, - 0, 0, 0, 0, 0, - con->layers[0], ECORE_X_WINDOW_STACK_BELOW); - screens = (Evas_List *)e_xinerama_screens_get(); if (screens) { @@ -148,6 +142,7 @@ ecore_x_window_lower(con->bg_win); if (con->win != con->manager->win) ecore_x_window_show(con->win); + ecore_x_icccm_state_set(con->bg_win, ECORE_X_WINDOW_STATE_HINT_NORMAL); con->visible = 1; } @@ -160,6 +155,7 @@ ecore_evas_hide(con->bg_ecore_evas); if (con->win != con->manager->win) ecore_x_window_hide(con->win); + ecore_x_icccm_state_set(con->bg_win, ECORE_X_WINDOW_STATE_HINT_WITHDRAWN); con->visible = 0; } ------------------------------------------------------- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs