Add all the action names used in 3.4 so configs don't break
[mikachu/openbox.git] / openbox / actions / all.c
index c86c428..952d756 100644 (file)
@@ -39,4 +39,6 @@ void action_all_startup(void)
     action_growtoedge_startup();
     action_if_startup();
     action_focustobottom_startup();
+    /* 3.4-compatibility */
+    action_shadelowerraise_startup();
 }