this fits in 80 cols on one line and oh my god I wrote where instead of we're :(((((((((((((((((( sad face

This commit is contained in:
Mikael Magnusson 2007-05-26 23:32:25 +00:00
parent fb952d863a
commit c11d83e5ae

View file

@ -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);
}
}