X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Factions%2Flayer.c;h=92fa4806ebd36990d934117c7711d3beed2ab855;hb=527ecafab95e66a6f0cedd6967fe2c61dfe85101;hp=5f0d6ce63aec8c55702e3111b5d1ae79088114c0;hpb=2c9d6c8cab3956af754f04aeea2f115a2697de3c;p=chaz%2Fopenbox diff --git a/openbox/actions/layer.c b/openbox/actions/layer.c index 5f0d6ce6..92fa4806 100644 --- a/openbox/actions/layer.c +++ b/openbox/actions/layer.c @@ -13,7 +13,7 @@ static gpointer setup_func_send(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node); static gboolean run_func(ObActionsData *data, gpointer options); -void action_layer_startup() +void action_layer_startup(void) { actions_register("ToggleAlwaysOnTop", setup_func_top, g_free, run_func, NULL, NULL);