From: Dana Jansens Date: Wed, 13 Jun 2007 15:20:48 +0000 (+0000) Subject: fix focus flicker on sendto+follow X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=84b8cf165ab47a5cfc3e431be1b73d1613b12524;p=chaz%2Fopenbox fix focus flicker on sendto+follow --- diff --git a/openbox/screen.c b/openbox/screen.c index 3d3d73cd..d092ec28 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -579,6 +579,11 @@ void screen_set_desktop(guint num, gboolean dofocus) allow_omni = focus_client && (client_normal(focus_client) && focus_client->desktop == DESKTOP_ALL); + /* the client moved there already so don't move focus. prevent flicker + on sendtodesktop + follow */ + if (focus_client && focus_client->desktop == screen_desktop) + dofocus = FALSE; + /* have to try focus here because when you leave an empty desktop there is no focus out to watch for. also, we have different rules here. we always allow it to look under the mouse pointer if