Enlightenment CVS committal Author : handyande Project : misc Module : engage
Dir : misc/engage/src Modified Files: window.c Log Message: tidy sebs code =================================================================== RCS file: /cvsroot/enlightenment/misc/engage/src/window.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- window.c 11 Jun 2005 17:23:39 -0000 1.29 +++ window.c 13 Jun 2005 14:56:58 -0000 1.30 @@ -143,7 +143,6 @@ int res_x, res_y; Evas_Object *o; Evas_Object *eventer; - Ecore_X_Window_State state[2]; xinerama = 1; fullheight = options.height; @@ -284,12 +283,10 @@ #endif } - state[0] = ECORE_X_WINDOW_STATE_STICKY; if (options.mode == OM_ONTOP) - state[1] = ECORE_X_WINDOW_STATE_ABOVE; + ecore_evas_layer_set(ee, 7); else - state[1] = ECORE_X_WINDOW_STATE_BELOW; - ecore_x_netwm_window_state_set(od_window, state, 2); + ecore_evas_layer_set(ee, 2); ecore_x_icccm_size_pos_hints_set(od_window, 1, ECORE_X_GRAVITY_FORGET, 0, 0, res_x, res_y, 0, 0, 1, 1, 0.0, 0.0); ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs