blob: 83e0b09bd5fd76469c322d85be2dcf1fda4ea6da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/stacktile.c b/stacktile.c
index ff5bdf4..7242c46 100644
--- a/stacktile.c
+++ b/stacktile.c
@@ -928,7 +928,7 @@ static void river_output_status_handle_view_tags (void *data, struct zriver_outp
}
}
-static void noop () {}
+static void noop (void *, struct zriver_output_status_v1 *, uint32_t) {}
static const struct zriver_output_status_v1_listener river_output_status_listener = {
.focused_tags = noop,
|