all repos — openbox @ 8a8f2c831f465c2a17a551132af0a0f6b4415b1e

openbox fork - make it a bit more like ryudo

remove an extra useless call to focus_set_client(NULL)
Dana Jansens danakj@orodu.net
commit

8a8f2c831f465c2a17a551132af0a0f6b4415b1e

parent

7cbac3c4d5ea86e673d7b51f74eeaba91b8bd72b

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

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

@@ -235,8 +235,7 @@ assert(r);

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)