all repos — openbox @ 1e5bbca8a8b98885452a73fdc263873b0ec33e23

openbox fork - make it a bit more like ryudo

use the flag not the function
Dana Jansens danakj@orodu.net
commit

1e5bbca8a8b98885452a73fdc263873b0ec33e23

parent

0d209464b1705f69788b7f89036acc801e76dc96

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

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

@@ -2056,7 +2056,7 @@ if (isFocused()) timer->start();

else timer->stop(); } - if (isFocused()) + if (flags.focused) blackbox->setFocusedWindow(this); if (! flags.iconic) {