]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/raise.c
Merge branch 'master' into chaz
[chaz/openbox] / openbox / actions / raise.c
index 916c27b50fba130be960d09310a2863881f0abcd..f6ac1452a43120cef1b12e41368985eb6fbe1ef3 100644 (file)
@@ -1,14 +1,12 @@
 #include "openbox/actions.h"
 #include "openbox/stacking.h"
+#include "openbox/window.h"
 
 static gboolean run_func(ObActionsData *data, gpointer options);
 
-void action_raise_startup()
+void action_raise_startup(void)
 {
-    actions_register("Raise",
-                     NULL, NULL,
-                     run_func,
-                     NULL, NULL);
+    actions_register("Raise", NULL, NULL, run_func);
 }
 
 /* Always return FALSE because its not interactive */
This page took 0.023812 seconds and 4 git commands to generate.