Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_zone.c Log Message: Make sure flip windows are on top. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_zone.c,v retrieving revision 1.42 retrieving revision 1.43 diff -u -3 -r1.42 -r1.43 --- e_zone.c 30 Apr 2005 07:03:35 -0000 1.42 +++ e_zone.c 2 May 2005 06:10:11 -0000 1.43 @@ -682,22 +682,34 @@ { if (E_ZONE_FLIP_UP(zone)) - ecore_x_window_show(zone->flip.top); + { + ecore_x_window_show(zone->flip.top); + e_container_window_raise(zone->container, zone->flip.top, 999); + } else ecore_x_window_hide(zone->flip.top); if (E_ZONE_FLIP_RIGHT(zone)) - ecore_x_window_show(zone->flip.right); + { + ecore_x_window_show(zone->flip.right); + e_container_window_raise(zone->container, zone->flip.right, 999); + } else ecore_x_window_hide(zone->flip.right); if (E_ZONE_FLIP_DOWN(zone)) - ecore_x_window_show(zone->flip.bottom); + { + ecore_x_window_show(zone->flip.bottom); + e_container_window_raise(zone->container, zone->flip.bottom, 999); + } else ecore_x_window_hide(zone->flip.bottom); if (E_ZONE_FLIP_LEFT(zone)) - ecore_x_window_show(zone->flip.left); + { + ecore_x_window_show(zone->flip.left); + e_container_window_raise(zone->container, zone->flip.left, 999); + } else ecore_x_window_hide(zone->flip.left); } ------------------------------------------------------- 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