diff options
Diffstat (limited to 'openbox/action.h')
| -rw-r--r-- | openbox/action.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/action.h b/openbox/action.h index 95d15282..ef2f755e 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -136,6 +136,8 @@ void action_free(ObAction *a); /* Execute */ void action_execute(union ActionData *data); /* ClientAction */ +void action_activate(union ActionData *data); +/* ClientAction */ void action_focus(union ActionData *data); /* ClientAction */ void action_unfocus(union ActionData *data); |
