X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Ffocustobottom.c;h=49c945b9362cbb91372c01b7b075e23b7b29e48f;hb=617effd275a7c998d9bea686bc1a33240fd16704;hp=74d48e33ce4d0f74dd604da6e19873c70786c990;hpb=27a0f0f4c99bab0ceaa496f14c7498b230fcab25;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); }