X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Ffocus.c;h=0a88865aa8736846775d102ddab443b5b93e7066;hb=e39762b05b87e9f3d125450a1a27618f52de1354;hp=141fc4746b342a519c66ccbccbcfb8b835267a90;hpb=8a1fa6d3ac47eba3e781463aec131cf401a29ec2;p=chaz%2Fopenbox diff --git a/openbox/focus.c b/openbox/focus.c index 141fc474..0a88865a 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -235,8 +235,7 @@ void focus_fallback(FallbackType type) return; } - /* nothing to focus */ - focus_set_client(NULL); + /* nothing to focus, and already set it to none above */ } static void popup_cycle(Client *c, gboolean show)