From ad3adb3286682fecc8a552c335e317061f658ac1 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 17 Jun 2005 06:14:12 +0000 Subject: [PATCH] follow x focus model explicitly :) SVN revision: 15375 --- src/bin/e_border.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/e_border.c b/src/bin/e_border.c index b37c7a1fe..57491f296 100644 --- a/src/bin/e_border.c +++ b/src/bin/e_border.c @@ -855,7 +855,8 @@ e_border_focus_set(E_Border *bd, int focus, int set) * * now the focus is on Y where it should be on X */ - ecore_x_window_focus(bd->client.win); +// technially this is wrong to set the focus explicitly (passive focus model) +// ecore_x_window_focus(bd->client.win); ecore_x_icccm_take_focus_send(bd->client.win, ecore_x_current_time_get()); // e_hints_active_window_set(bd->zone->container->manager, bd); }