all repos — openbox @ 76525992cdf5cf7a5db8b98dd21c1df375d72fc5

openbox fork - make it a bit more like ryudo

update comment
Dana Jansens danakj@orodu.net
commit

76525992cdf5cf7a5db8b98dd21c1df375d72fc5

parent

dddac554808d7352a06733938cfddc19839b99d0

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

jump to
M src/openbox.ccsrc/openbox.cc

@@ -361,9 +361,8 @@

void Openbox::setFocusedClient(Client *c) { // sometimes this is called with the already-focused window, this is - // important for the python scripts to work (eg, c = 0 twice, or for the - // cycling list, it relies on this behavior. don't just return if its already - // set as focused + // important for the python scripts to work (eg, c = 0 twice). don't just + // return if _focused_client == c assert(_focused_screen);