]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
add omnipresent action
[chaz/openbox] / openbox / action.c
index bc1db1015643e759629c7c717dce0ce7cc42fedb..110a9fd49e322cdc45e4800e74492c9210896693 100644 (file)
@@ -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;
This page took 0.023331 seconds and 4 git commands to generate.