From c1d2231e94fa76e399eb0027edbc76d37dfbda21 Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Wed, 17 Aug 2011 04:24:32 +0000 Subject: [PATCH] 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 --- src/bin/e_border.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/bin/e_border.c b/src/bin/e_border.c index adaa6e5f7..83fb50989 100644 --- a/src/bin/e_border.c +++ b/src/bin/e_border.c @@ -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) &&