]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
make history placement optional
[chaz/openbox] / openbox / action.c
index 6a86cf33f6f938506554fa17ff833fa54da3d2d5..3e463d668732643037b45ff89aa131e3ecd4e4a5 100644 (file)
@@ -73,6 +73,11 @@ void action_close(union ActionData *data)
     client_close(data->client.c);
 }
 
+void action_kill(union ActionData *data)
+{
+    client_kill(data->client.c);
+}
+
 void action_shade(union ActionData *data)
 {
     client_shade(data->client.c, TRUE);
This page took 0.02245 seconds and 4 git commands to generate.