mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-26 23:44:18 +02:00
Fix bug in surface counting iterator
This commit is contained in:
parent
0778cb050f
commit
9de597b0c1
1 changed files with 1 additions and 1 deletions
2
output.c
2
output.c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue