summaryrefslogtreecommitdiff
path: root/openbox/actions/all.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-26 12:54:19 +0000
committerDana Jansens <danakj@orodu.net>2007-06-26 12:54:19 +0000
commit41010812fa1e891e162c88a3c962522832517cc4 (patch)
tree6a885b2cf852fc8aaaffff95276d48571a2f036d /openbox/actions/all.c
parenta6af2fc0b953894f80f37fec90ead9277a07b314 (diff)
add a highlight action
Diffstat (limited to 'openbox/actions/all.c')
-rw-r--r--openbox/actions/all.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/actions/all.c b/openbox/actions/all.c
index 51996de8..e034feaa 100644
--- a/openbox/actions/all.c
+++ b/openbox/actions/all.c
@@ -41,4 +41,5 @@ void action_all_startup()
action_movetofromedge_startup();
action_growtoedge_startup();
action_if_startup();
+ action_highlight_startup();
}