summaryrefslogtreecommitdiff
path: root/openbox/action.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-23 14:56:22 +0000
committerDana Jansens <danakj@orodu.net>2007-06-23 14:56:22 +0000
commit7f50e04925e539dbe28997a6b07369d9f5cb43e3 (patch)
tree5a32099e4a3e99013071b0f33ade2a6b97b22b6b /openbox/action.c
parentca28e08c2f47dec4e30f54c3ef64376a6246fbf9 (diff)
add the layer action
Diffstat (limited to 'openbox/action.c')
-rw-r--r--openbox/action.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/openbox/action.c b/openbox/action.c
index 3bf54330..9dd4965f 100644
--- a/openbox/action.c
+++ b/openbox/action.c
@@ -381,17 +381,6 @@ void action_toggle_layer(union ActionData *data)
ObClient *c = data->layer.any.c;
client_action_start(data);
- if (data->layer.layer < 0)
- client_set_layer(c, c->below ? 0 : -1);
- else if (data->layer.layer > 0)
- client_set_layer(c, c->above ? 0 : 1);
client_action_end(data, config_focus_under_mouse);
}
-void action_toggle_dockautohide(union ActionData *data)
-{
-}
-
-void action_remove_desktop(union ActionData *data)
-{
-}