X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.h;h=c4c06fa886db8fcde92d45be0bf291346de69e2f;hb=9c19d7f677e17b458f7fad1cdd220ffb2ac51ba1;hp=4039146041e6dc945b6aea1f4375364df1a32116;hpb=9f11e2af6b230c168814c362bd1647c481e0330a;p=chaz%2Fopenbox diff --git a/openbox/action.h b/openbox/action.h index 40391460..c4c06fa8 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -341,5 +341,7 @@ void action_toggle_show_desktop(union ActionData *data); void action_show_desktop(union ActionData *data); /* Any */ void action_unshow_desktop(union ActionData *data); +/* Any */ +void action_break_chroot(union ActionData *data); #endif