Merge branch 'backport' into work
[mikachu/openbox.git] / openbox / actions / all.c
index 06858c0..4563e65 100644 (file)
@@ -1,6 +1,6 @@
 #include "all.h"
 
-void action_all_startup()
+void action_all_startup(void)
 {
     action_execute_startup();
     action_debug_startup();
@@ -38,4 +38,6 @@ void action_all_startup()
     action_growtoedge_startup();
     action_if_startup();
     action_focustobottom_startup();
+    /* 3.4-compatibility */
+    action_shadelowerraise_startup();
 }