diff options
author | Christopher Michael <cpmichael1@comcast.net> | 2011-06-28 23:43:36 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2011-06-28 23:43:36 +0000 |
commit | 1b11d42da9b2d7103dceed4eba2af8b452396987 (patch) | |
tree | d569a1f48210bc45ec510bd8a85f308403cefd44 /src/modules/illume-indicator | |
parent | 8bb362efd8a1eb2395b91c78aa12097fb1c19358 (diff) | |
download | enlightenment-1b11d42da9b2d7103dceed4eba2af8b452396987.tar.gz |
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
Diffstat (limited to 'src/modules/illume-indicator')
-rw-r--r-- | src/modules/illume-indicator/e_mod_ind_win.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/illume-indicator/e_mod_ind_win.c b/src/modules/illume-indicator/e_mod_ind_win.c index eb3c558f8d..730011c75c 100644 --- a/src/modules/illume-indicator/e_mod_ind_win.c +++ b/src/modules/illume-indicator/e_mod_ind_win.c @@ -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 */ |