From 7f50e04925e539dbe28997a6b07369d9f5cb43e3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 23 Jun 2007 14:56:22 +0000 Subject: add the layer action --- openbox/action.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'openbox/action.c') 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) -{ -} -- cgit v1.2.3