update for beta release
[platform/core/uifw/e17.git] / src / modules / illume-softkey / e_mod_sft_win.c
index 4ac58e0..c651323 100644 (file)
@@ -99,6 +99,9 @@ e_mod_sft_win_new(E_Zone *zone)
    e_border_zone_set(swin->win->border, zone);
    swin->win->border->user_skip_winlist = 1;
 
+   swin->win->border->lock_focus_in = 1;
+   swin->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 */
    ecore_x_netwm_window_type_set(swin->win->evas_win, ECORE_X_WINDOW_TYPE_DOCK);