X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=openbox%2Factions.h;h=f8e1ba83c42d867b2ad6ad10df18b4096f7b7c65;hp=f413ad8284386389015d07d43197a42ae8ad8e68;hb=780b2428a2463f164608c498f7d2e586016b8e11;hpb=2d5239b60a5caa20c6030fa996ea4711113dcea6 diff --git a/openbox/actions.h b/openbox/actions.h index f413ad82..f8e1ba83 100644 --- a/openbox/actions.h +++ b/openbox/actions.h @@ -84,6 +84,8 @@ gboolean actions_set_shutdown(const gchar *name, ObActionsShutdownFunc shutdown); gboolean actions_set_modifies_focused_window(const gchar *name, gboolean modifies); +gboolean actions_set_can_stop(const gchar *name, + gboolean modifies); ObActionsAct* actions_parse(xmlNodePtr node); ObActionsAct* actions_parse_string(const gchar *name);