From 48facba205a42b502038b43e1a735a30ffe276f8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 22 Jun 2007 15:59:07 +0000 Subject: add omnipresent action --- openbox/action.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'openbox/action.c') diff --git a/openbox/action.c b/openbox/action.c index bc1db101..110a9fd4 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -464,11 +464,6 @@ ActionString actionstrings[] = action_unshaderaise, setup_client_action }, - { - "toggleomnipresent", - action_toggle_omnipresent, - setup_client_action - }, { "resizerelativevert", action_resize_relative_vert, @@ -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; -- cgit v1.2.3