Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_evas Modified Files: Tag: SPLIT ecore_evas_x.c Log Message: and focus too =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_evas/Attic/ecore_evas_x.c,v retrieving revision 1.1.2.17 retrieving revision 1.1.2.18 diff -u -3 -r1.1.2.17 -r1.1.2.18 --- ecore_evas_x.c 28 May 2003 06:21:37 -0000 1.1.2.17 +++ ecore_evas_x.c 28 May 2003 06:32:18 -0000 1.1.2.18 @@ -698,6 +698,8 @@ if (!ee->prop.fullscreen) ecore_x_window_show(ee->engine.x.win_container); ecore_x_window_show(ee->engine.x.win); + if (ee->prop.fullscreen) + ecore_x_window_focus(ee->engine.x.win); ee->should_be_visible = 1; } @@ -914,7 +916,11 @@ ecore_x_window_focus(ee->engine.x.win); ecore_x_window_hide(ee->engine.x.win_container); ecore_x_window_shape_mask_set(ee->engine.x.win_container, 0); - if (ee->should_be_visible) ecore_x_window_show(ee->engine.x.win); + if (ee->should_be_visible) + { + ecore_x_window_show(ee->engine.x.win); + ecore_x_window_focus(ee->engine.x.win); + } ee->x = 0; ee->y = 0; } ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs