Fix bug in surface counting iterator

This commit is contained in:
project-repo 2021-02-19 14:25:13 +01:00
commit 9de597b0c1

View file

@ -207,7 +207,7 @@ static void
count_surface_iterator(struct cg_output *output, struct wlr_surface *surface,
struct wlr_box *_box, void *data) {
size_t *n = data;
n++;
(*n)++;
}
static bool