]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
save the focus_client when falling back, so we don't actually refocus it when we...
[chaz/openbox] / openbox / action.c
index 6d455f1f6d3a38a0e55e5eccede066ca37314aad..73524ae4e0019af4cecabf7a0a5e73d3cb42fdf1 100644 (file)
@@ -1172,7 +1172,7 @@ void action_focus(union ActionData *data)
 void action_unfocus (union ActionData *data)
 {
     if (data->client.any.c == focus_client)
-        focus_fallback(OB_FOCUS_FALLBACK_UNFOCUSING);
+        focus_fallback(FALSE);
 }
 
 void action_iconify(union ActionData *data)
This page took 0.028056 seconds and 4 git commands to generate.