X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Ffocustobottom.c;h=a3e5b5aca2f0200cea76f435f7aaa6ea46380d3d;hb=56fface3a4e2b5970e4867047207da84a58adeb2;hp=74d48e33ce4d0f74dd604da6e19873c70786c990;hpb=27a0f0f4c99bab0ceaa496f14c7498b230fcab25;p=chaz%2Fopenbox diff --git a/openbox/actions/focustobottom.c b/openbox/actions/focustobottom.c index 74d48e33..a3e5b5ac 100644 --- a/openbox/actions/focustobottom.c +++ b/openbox/actions/focustobottom.c @@ -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 */