all repos — openbox @ cca8a9030154a13c05d63ab700bc94c578707891

openbox fork - make it a bit more like ryudo

haha typo etc
Mikael Magnusson mikachu@comhem.se
commit

cca8a9030154a13c05d63ab700bc94c578707891

parent

91dbbeb65eccf9ee41156417c2394bd51bd59f0e

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

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

@@ -537,8 +537,8 @@ do this before hiding the windows so if helper windows are coming

with us, they don't get hidden */ if (dofocus - && (!focus_client || (focus->client.desktop != DESKTOP_ALL - && focus->client.desktop != num)) + && (!focus_client || (focus_client->desktop != DESKTOP_ALL + && focus_client->desktop != num)) && (c = focus_fallback(TRUE))) { /* only do the flicker reducing stuff ahead of time if we are going