X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.h;h=cf6f633e18fa6cce1b83df9caf430c30410a75ef;hb=687559cb2d8fce88d0d26223bb9468414a862ab7;hp=c8e004873bf50d26f37c6d9c50373feb826efcc9;hpb=75ee81d9bf47739b4a8f092d3247465c45684e77;p=chaz%2Fopenbox diff --git a/openbox/action.h b/openbox/action.h index c8e00487..cf6f633e 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -104,6 +104,8 @@ void action_focusraise(union ActionData *data); /* ClientAction */ void action_close(union ActionData *data); /* ClientAction */ +void action_kill(union ActionData *data); +/* ClientAction */ void action_shade(union ActionData *data); /* ClientAction */ void action_unshade(union ActionData *data);