Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_theme.c ewl_window.c Log Message: - we need to hide the embed before we unrealize/realize so that it will not have it's visiblity flag set and it will be shown when realized =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_theme.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- ewl_theme.c 3 Jan 2007 21:59:04 -0000 1.29 +++ ewl_theme.c 3 Jan 2007 22:53:06 -0000 1.30 @@ -110,6 +110,7 @@ vis = REALIZED(w); + ewl_widget_hide(w); ewl_widget_unrealize(w); if (vis) ewl_widget_realize(w); } =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_window.c,v retrieving revision 1.66 retrieving revision 1.67 diff -u -3 -r1.66 -r1.67 --- ewl_window.c 3 Jan 2007 21:59:57 -0000 1.66 +++ ewl_window.c 3 Jan 2007 22:53:06 -0000 1.67 @@ -777,6 +777,7 @@ DRETURN(DLEVEL_STABLE); ewl_engine_window_borderless_set(win); + /* * Now give the windows the appropriate size */ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs