summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-05-26 23:32:25 +0000
committerMikael Magnusson <mikachu@comhem.se>2007-05-26 23:32:25 +0000
commitc11d83e5aedf657df491f982eef21cc39104602a (patch)
tree9f4ea42387a055b733a544ed5e7439d480365f1d /openbox
parentfb952d863a2358e77d0937ccee88f10094e30462 (diff)
this fits in 80 cols on one line and oh my god I wrote where instead of we're :(((((((((((((((((( sad face
Diffstat (limited to 'openbox')
-rw-r--r--openbox/action.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/action.c b/openbox/action.c
index d720f97d..d16d13f1 100644
--- a/openbox/action.c
+++ b/openbox/action.c
@@ -57,8 +57,7 @@ static void client_action_end(union ActionData *data)
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);
}
}