]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions.h
Allow windows created by execute actions to steal focus if the user isn't interacting...
[chaz/openbox] / openbox / actions.h
index e03bc577742fd0eb92d03019c53061b1a3ea9393..f413ad8284386389015d07d43197a42ae8ad8e68 100644 (file)
@@ -82,6 +82,8 @@ gboolean actions_register(const gchar *name,
 
 gboolean actions_set_shutdown(const gchar *name,
                               ObActionsShutdownFunc shutdown);
+gboolean actions_set_modifies_focused_window(const gchar *name,
+                                             gboolean modifies);
 
 ObActionsAct* actions_parse(xmlNodePtr node);
 ObActionsAct* actions_parse_string(const gchar *name);
This page took 0.023492 seconds and 4 git commands to generate.