]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
fix iconify action to fallback focus correctly
[chaz/openbox] / openbox / action.c
index a6323d6f636a1cd7672978281e2369f0f6ab3ea4..ef8052e717108747f5e19c1050049e46bcf7c609 100644 (file)
@@ -1035,7 +1035,9 @@ void action_unfocus (union ActionData *data)
 
 void action_iconify(union ActionData *data)
 {
+    client_action_start(data);
     client_iconify(data->client.any.c, TRUE, TRUE);
+    client_action_end(data);
 }
 
 void action_raiselower(union ActionData *data)
This page took 0.020753 seconds and 4 git commands to generate.