e17: set focus again, also if e believes that the border has it already. fixes input focus with illume for internal borders

SVN revision: 62528
This commit is contained in:
Hannes Janetzek 2011-08-17 04:24:32 +00:00
parent 827b7ee787
commit c1d2231e94
1 changed files with 6 additions and 2 deletions

View File

@ -3160,8 +3160,12 @@ e_border_idler_before(void)
}
if (bd == focused)
return;
{
/* already focused. but anyway dont be so strict, this
fcks up illume setting focus on internal windows */
// return;
}
focus_time = ecore_x_current_time_get();
if ((bd->client.icccm.take_focus) &&