]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/focustobottom.c
Merge branch 'master' into chaz
[chaz/openbox] / openbox / actions / focustobottom.c
index 74d48e33ce4d0f74dd604da6e19873c70786c990..a3e5b5aca2f0200cea76f435f7aaa6ea46380d3d 100644 (file)
@@ -3,9 +3,9 @@
 
 static gboolean run_func(ObActionsData *data, gpointer options);
 
-void action_focustobottom_startup()
+void action_focustobottom_startup(void)
 {
-    actions_register("FocusToBottom", NULL, NULL, run_func, NULL, NULL);
+    actions_register("FocusToBottom", NULL, NULL, run_func);
 }
 
 /* Always return FALSE because its not interactive */
This page took 0.019971 seconds and 4 git commands to generate.