diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 15:59:07 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 15:59:07 +0000 |
| commit | 48facba205a42b502038b43e1a735a30ffe276f8 (patch) | |
| tree | 2ee8f3562dd42520e4a91735892ce02e1eaa8897 /openbox/action.c | |
| parent | f227bd994d21d901790d93a962915863914b6c09 (diff) | |
add omnipresent action
Diffstat (limited to 'openbox/action.c')
| -rw-r--r-- | openbox/action.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/openbox/action.c b/openbox/action.c index bc1db101..110a9fd4 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -465,11 +465,6 @@ ActionString actionstrings[] = setup_client_action }, { - "toggleomnipresent", - action_toggle_omnipresent, - setup_client_action - }, - { "resizerelativevert", action_resize_relative_vert, setup_client_action @@ -920,13 +915,6 @@ void action_shadelower(union ActionData *data) action_shade(data); } -void action_toggle_omnipresent(union ActionData *data) -{ - client_set_desktop(data->client.any.c, - data->client.any.c->desktop == DESKTOP_ALL ? - screen_desktop : DESKTOP_ALL, FALSE, TRUE); -} - void action_resize_relative_horz(union ActionData *data) { ObClient *c = data->relative.any.c; |
