diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 18:51:28 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 18:51:28 +0000 |
| commit | d846979db91a81781993b3e14f6bc0803b9c3ed1 (patch) | |
| tree | 559b60b79694e1867356245c013095d26279f982 /openbox/action.c | |
| parent | 976add593801af58ae6c5e39fd70e1738878bf93 (diff) | |
add the decorations action
Diffstat (limited to 'openbox/action.c')
| -rw-r--r-- | openbox/action.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/openbox/action.c b/openbox/action.c index 61c29721..2dca0dd5 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -433,11 +433,6 @@ ActionString actionstrings[] = setup_action_desktop_down }, { - "toggledecorations", - action_toggle_decorations, - setup_client_action - }, - { "toggledockautohide", action_toggle_dockautohide, NULL @@ -890,16 +885,6 @@ void action_desktop_last(union ActionData *data) screen_set_desktop(screen_last_desktop, TRUE); } -void action_toggle_decorations(union ActionData *data) -{ - ObClient *c = data->client.any.c; - - client_action_start(data); - client_set_undecorated(c, !c->undecorated); - client_action_end(data, FALSE); -} - - void action_directional_focus(union ActionData *data) { /* if using focus_delay, stop the timer now so that focus doesn't go moving |
