X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fraise.c;h=f6ac1452a43120cef1b12e41368985eb6fbe1ef3;hb=6fec406017e0ed666a9928eafbe6835e5eb3bfb6;hp=916c27b50fba130be960d09310a2863881f0abcd;hpb=a07465f376b0a33270532501127ec812efe2c2b2;p=chaz%2Fopenbox diff --git a/openbox/actions/raise.c b/openbox/actions/raise.c index 916c27b5..f6ac1452 100644 --- a/openbox/actions/raise.c +++ b/openbox/actions/raise.c @@ -1,14 +1,12 @@ #include "openbox/actions.h" #include "openbox/stacking.h" +#include "openbox/window.h" static gboolean run_func(ObActionsData *data, gpointer options); -void action_raise_startup() +void action_raise_startup(void) { - actions_register("Raise", - NULL, NULL, - run_func, - NULL, NULL); + actions_register("Raise", NULL, NULL, run_func); } /* Always return FALSE because its not interactive */