summaryrefslogtreecommitdiff
path: root/openbox/actions/all.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-22 04:59:06 +0000
committerDana Jansens <danakj@orodu.net>2007-06-22 04:59:06 +0000
commit29c4cf4a15bc5fa97ba746b03a5e334f989c645e (patch)
tree2b397651cfb0b269f0fd9519bcefb8894274b73b /openbox/actions/all.h
parentfbc7607fbd1a380428a53094e727ac7631871bd4 (diff)
add the activate action. it will replace the focus action, as it can just focus without raising now (or without unshading)
Diffstat (limited to 'openbox/actions/all.h')
-rw-r--r--openbox/actions/all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/actions/all.h b/openbox/actions/all.h
index c3ab3a87..1f9a7f38 100644
--- a/openbox/actions/all.h
+++ b/openbox/actions/all.h
@@ -11,5 +11,6 @@ void action_reconfigure_startup();
void action_exit_startup();
void action_restart_startup();
void action_cyclewindows_startup();
+void action_activate_startup();
#endif