]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/focus.c
remove trailing whitespace
[chaz/openbox] / openbox / actions / focus.c
index 254850ecc728e67e8c0651bd9a6ba944de1e1529..ea7a6a2c83bf59efa8bc011ea43282e927601872 100644 (file)
@@ -45,9 +45,15 @@ static gboolean run_func(ObActionsData *data, gpointer options)
     Options *o = options;
 
     if (data->client) {
+/*
+        ob_debug("button %d focusable %d context %d %d %d\n",
+                 data->button, client_mouse_focusable(data->client),
+                 data->context,
+                 OB_FRAME_CONTEXT_CLIENT, OB_FRAME_CONTEXT_FRAME);
+*/
         if (data->button == 0 || client_mouse_focusable(data->client) ||
-            data->context != OB_FRAME_CONTEXT_CLIENT ||
-            data->context != OB_FRAME_CONTEXT_FRAME)
+            (data->context != OB_FRAME_CONTEXT_CLIENT &&
+             data->context != OB_FRAME_CONTEXT_FRAME))
         {
             client_activate(data->client, o->here, FALSE, FALSE, TRUE);
         }
This page took 0.023069 seconds and 4 git commands to generate.