all repos — openbox @ 59d35252dd37170a84c053dbff0fa1020e44888f

openbox fork - make it a bit more like ryudo

dont use nonexisting functions
Mikael Magnusson mikachu@comhem.se
commit

59d35252dd37170a84c053dbff0fa1020e44888f

parent

b18846db698e5aaec6b27633b7a6361d13f7de69

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

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

@@ -3219,7 +3219,7 @@

#define WANT_EDGE(cur, c) \ if(cur == c) \ continue; \ - if(!client_normal_or_dock(cur)) \ + if(!client_normal(cur)) \ continue; \ if(screen_desktop != cur->desktop && cur->desktop != DESKTOP_ALL) \ continue; \