X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Ffocustobottom.c;h=49c945b9362cbb91372c01b7b075e23b7b29e48f;hb=6a35e7c594959ee17392aec76ba074565a63ea57;hp=74d48e33ce4d0f74dd604da6e19873c70786c990;hpb=e2da61b2e7cbaace1f8799ec1fcd506c281892bf;p=chaz%2Fopenbox diff --git a/openbox/actions/focustobottom.c b/openbox/actions/focustobottom.c index 74d48e33..49c945b9 100644 --- a/openbox/actions/focustobottom.c +++ b/openbox/actions/focustobottom.c @@ -3,7 +3,7 @@ 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); }