summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-14 05:34:51 +0000
committerDana Jansens <danakj@orodu.net>2003-08-14 05:34:51 +0000
commit99d0b716776492c1927b8248375ce82a33bc7b26 (patch)
tree5f59df1357d2a8b46d16ab7d262fee16d0a77851 /openbox/action.h
parent35ed95fe18e9b8d7a79f79f4fd7466a2b46435e3 (diff)
add an 'activate' action
Diffstat (limited to 'openbox/action.h')
-rw-r--r--openbox/action.h2
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);