]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
set a OB_ICONIFY_ALPHA define in misc.h for the 3 places to all use
[chaz/openbox] / openbox / action.c
index 6e4cd186ed8d6642e4c5d78e2ac5a0a6e6c2bcb1..a01f4d061724b5e5bac25ea156438fff2393bef8 100644 (file)
@@ -1311,7 +1311,7 @@ void action_focus(union ActionData *data)
 void action_unfocus (union ActionData *data)
 {
     if (data->client.any.c == focus_client)
-        focus_fallback(FALSE);
+        focus_fallback(FALSE, FALSE);
 }
 
 void action_iconify(union ActionData *data)
This page took 0.023309 seconds and 4 git commands to generate.