From 65f29b245d5d069590f494ff642fbeae0c87d801 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 22 Apr 2007 16:49:13 +0000 Subject: [PATCH] hilite the focus target before xsyncing in the ignore enter stuff, so less flicker --- openbox/screen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbox/screen.c b/openbox/screen.c index 2d34f263..c6a6b0e5 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -459,8 +459,6 @@ void screen_set_desktop(guint num) } } - event_ignore_queued_enters(); - focus_hilite = focus_fallback_target(TRUE, focus_client); if (focus_hilite) { frame_adjust_focus(focus_hilite->frame, TRUE); @@ -474,6 +472,8 @@ void screen_set_desktop(guint num) /*if (!focus_client)*/ client_focus(focus_hilite); } + + event_ignore_queued_enters(); } static void get_row_col(guint d, guint *r, guint *c) -- 2.39.2