]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
add the fullscreen action
[chaz/openbox] / openbox / action.c
index 5393bb8a5935310122e5086b70351d08ac07afbd..50df9f28eb7f2e1079af47304740089a1acca0df 100644 (file)
@@ -569,11 +569,6 @@ ActionString actionstrings[] =
         action_toggle_maximize_vert,
         setup_client_action
     },
-    {
-        "togglefullscreen",
-        action_toggle_fullscreen,
-        setup_client_action
-    },
     {
         "sendtodesktop",
         action_send_to_desktop,
@@ -1215,13 +1210,6 @@ void action_toggle_maximize_vert(union ActionData *data)
     client_action_end(data, config_focus_under_mouse);
 }
 
-void action_toggle_fullscreen(union ActionData *data)
-{
-    client_action_start(data);
-    client_fullscreen(data->client.any.c, !(data->client.any.c->fullscreen));
-    client_action_end(data, config_focus_under_mouse);
-}
-
 void action_send_to_desktop(union ActionData *data)
 {
     ObClient *c = data->sendto.any.c;
This page took 0.020911 seconds and 4 git commands to generate.