]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/focustobottom.c
Merge branch 'master' into chaz
[chaz/openbox] / openbox / actions / focustobottom.c
index 49c945b9362cbb91372c01b7b075e23b7b29e48f..a3e5b5aca2f0200cea76f435f7aaa6ea46380d3d 100644 (file)
@@ -5,7 +5,7 @@ static gboolean run_func(ObActionsData *data, gpointer options);
 
 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.023293 seconds and 4 git commands to generate.