comments++

SVN revision: 44999
This commit is contained in:
Carsten Haitzler 2010-01-09 01:01:56 +00:00
parent 6890952e31
commit 74e89eba71
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,7 @@ e_win_show(E_Win *win)
_e_win_prop_update(win);
ecore_evas_lower(win->ecore_evas);
win->border = e_border_new(win->container, win->evas_win, 1, 1);
// dont need this - special stuff
// win->border->ignore_first_unmap = 1;
if (!win->placed)
win->border->re_manage = 0;
@ -99,6 +100,7 @@ e_win_show(E_Win *win)
}
_e_win_prop_update(win);
e_border_show(win->border);
// done now by e_border specially
// ecore_evas_show(win->ecore_evas);
}