]> Dogcows Code - chaz/openbox/commitdiff
this fits in 80 cols on one line and oh my god I wrote where instead of we're :(...
authorMikael Magnusson <mikachu@comhem.se>
Sat, 26 May 2007 23:32:25 +0000 (23:32 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Sat, 26 May 2007 23:32:25 +0000 (23:32 +0000)
openbox/action.c

index d720f97dcce41791a88df2b9b4f1a3b7ba08dce4..d16d13f19a02c1df7465420c35e2f2763556679a 100644 (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);
             }
         }
This page took 0.022735 seconds and 4 git commands to generate.