E: Illume Indicator: Add lock focus_in/out (needed for recent changes

in e_border code so that indicator window does not get focus).



SVN revision: 60784
This commit is contained in:
Christopher Michael 2011-06-28 23:43:36 +00:00
parent 8bb362efd8
commit 1b11d42da9
1 changed files with 2 additions and 0 deletions

View File

@ -153,6 +153,8 @@ e_mod_ind_win_new(E_Zone *zone)
/* set this window on proper zone */
e_border_zone_set(iwin->win->border, zone);
iwin->win->border->user_skip_winlist = 1;
iwin->win->border->lock_focus_in = 1;
iwin->win->border->lock_focus_out = 1;
/* set this window to be a dock window. This needs to be done after show
* as E will sometimes reset the window type */