X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.h;h=3ef5aa734a3cc8a5fb83c5ceb02b5669187f1265;hb=05c0dbfedf0c525137eaa05c26c5d10c584ec0d5;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);