X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Flower.c;h=80ca6b8bcf9fc22c2d229e9f1b2cddb4c299769e;hb=8058df3f7ce153e31cfebaa696a7e892999acb2b;hp=1abf5903b5c8ac2e2d44dc5ee1e2aa6b0f823b73;hpb=a5c2aadf2778d6ab4105abd457cd2ab21a1172ec;p=chaz%2Fopenbox diff --git a/openbox/actions/lower.c b/openbox/actions/lower.c index 1abf5903..80ca6b8b 100644 --- a/openbox/actions/lower.c +++ b/openbox/actions/lower.c @@ -1,14 +1,14 @@ #include "openbox/actions.h" #include "openbox/stacking.h" +#include "openbox/window.h" static gboolean run_func(ObActionsData *data, gpointer options); -void action_lower_startup() +void action_lower_startup(void) { actions_register("Lower", NULL, NULL, - run_func, - NULL, NULL); + run_func); } /* Always return FALSE because its not interactive */