X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.h;h=0f277fa84e5eae9881df81e1276393ad637eb4dc;hb=b3817126eec0b84ade0082d7aff35942b0fb0518;hp=10fa177906ce8d5d5e467bd6124ce14c8b85db15;hpb=4bcd03b2d0904e2b5443a2383b66055422240255;p=chaz%2Fopenbox diff --git a/openbox/action.h b/openbox/action.h index 10fa1779..0f277fa8 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -90,6 +90,10 @@ void action_free(Action *a); /* Execute */ void action_execute(union ActionData *data); /* ClientAction */ +void action_focus(union ActionData *data); +/* ClientAction */ +void action_unfocus(union ActionData *data); +/* ClientAction */ void action_iconify(union ActionData *data); /* ClientAction */ void action_raise(union ActionData *data);