diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 14:35:51 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 14:35:51 +0000 |
| commit | cf478381b3e386dc0478403cf1a73b4d3ec6fa61 (patch) | |
| tree | 00ae93df5b681333f375c13e48c89f304d943ea7 /openbox/action.c | |
| parent | b0fa629769ef17cae28f137aad80f8c4798f7592 (diff) | |
add the iconify action
Diffstat (limited to 'openbox/action.c')
| -rw-r--r-- | openbox/action.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/openbox/action.c b/openbox/action.c index cf1ba86f..5393bb8a 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -1010,13 +1010,6 @@ void action_run_string(const gchar *name, struct _ObClient *c, Time time) action_run(l, c, 0, time); } -void action_iconify(union ActionData *data) -{ - client_action_start(data); - client_iconify(data->client.any.c, TRUE, TRUE, FALSE); - client_action_end(data, config_focus_under_mouse); -} - void action_unshaderaise(union ActionData *data) { if (data->client.any.c->shaded) |
