X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Faction.h;h=3ef5aa734a3cc8a5fb83c5ceb02b5669187f1265;hb=310d268bf0b3fbc065e754b9dc25862a60efcaae;hp=035828751dc11ee0ef89ef5532d531d526dccc18;hpb=abe258be1d7e7a6e9881a3e654d7e69994498c62;p=chaz%2Fopenbox diff --git a/openbox/action.h b/openbox/action.h index 03582875..3ef5aa73 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -230,6 +230,8 @@ void action_unfocus(union ActionData *data); /* ClientAction */ void action_iconify(union ActionData *data); /* ClientAction */ +void action_focus_order_to_bottom(union ActionData *data); +/* ClientAction */ void action_raiselower(union ActionData *data); /* ClientAction */ void action_raise(union ActionData *data);