summaryrefslogtreecommitdiff
path: root/openbox/actions/all.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/actions/all.c')
-rw-r--r--openbox/actions/all.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/actions/all.c b/openbox/actions/all.c
index c86c4281..952d756d 100644
--- a/openbox/actions/all.c
+++ b/openbox/actions/all.c
@@ -39,4 +39,6 @@ void action_all_startup(void)
action_growtoedge_startup();
action_if_startup();
action_focustobottom_startup();
+ /* 3.4-compatibility */
+ action_shadelowerraise_startup();
}