X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Faction.c;h=3e463d668732643037b45ff89aa131e3ecd4e4a5;hb=fdf4265a13f5aacc87b4bdf7ae851505eff780a6;hp=6a86cf33f6f938506554fa17ff833fa54da3d2d5;hpb=c2cbef62bb5d7e0c3f8c00e95bc885dc1f9ab1da;p=chaz%2Fopenbox diff --git a/openbox/action.c b/openbox/action.c index 6a86cf33..3e463d66 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -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);