all repos — openbox @ 65f29b245d5d069590f494ff642fbeae0c87d801

openbox fork - make it a bit more like ryudo

hilite the focus target before xsyncing in the ignore enter stuff, so less flicker
Dana Jansens danakj@orodu.net
commit

65f29b245d5d069590f494ff642fbeae0c87d801

parent

037654f3f89dcf07aba1b49b9f03a8187adeaa73

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M openbox/screen.copenbox/screen.c

@@ -459,8 +459,6 @@ client_hide(c);

} } - 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 @@ */

/*if (!focus_client)*/ client_focus(focus_hilite); } + + event_ignore_queued_enters(); } static void get_row_col(guint d, guint *r, guint *c)