E/Illume: Vkbd needs lock_focus_in/out.

NB: Jeff Hoogland, this fixes vkbd when building w/ xcb ;)



SVN revision: 62998
This commit is contained in:
Christopher Michael 2011-08-30 18:25:12 +00:00
parent a750621c2d
commit dfa389f7df
1 changed files with 2 additions and 0 deletions

View File

@ -1814,6 +1814,8 @@ e_kbd_int_new(const char *themedir, const char *syskbds, const char *sysdicts)
e_win_show(ki->win);
ki->win->border->user_skip_winlist = 1;
ki->win->border->lock_focus_in = 1;
ki->win->border->lock_focus_out = 1;
return ki;
}