all repos — openbox @ c11d83e5aedf657df491f982eef21cc39104602a

openbox fork - make it a bit more like ryudo

this fits in 80 cols on one line and oh my god I wrote where instead of we're :(((((((((((((((((( sad face
Mikael Magnusson mikachu@comhem.se
commit

c11d83e5aedf657df491f982eef21cc39104602a

parent

fb952d863a2358e77d0937ccee88f10094e30462

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

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

@@ -57,8 +57,7 @@ that moves windows our from under the cursor, the enter

event will come as a GrabNotify which is ignored, so this makes a fake enter event */ - if ((c = client_under_pointer()) - && c != data->any.c) + if ((c = client_under_pointer()) && c != data->any.c) event_enter_client(c); } }