Merge branch 'development' of https://github.com/project-repo/cagebreak into development

This commit is contained in:
Cagebreak Signing Key 3 2021-03-05 07:34:01 +01:00
commit 456ada7c0a
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ workspace 2. Therefore, this change would simplify the code base, while at
the same time increasing the feature set.
PS: As a side effect, this would allow quirky statements such as
`bind dbind r hsplit` which would bind the d key to binding the r key to
`bind d bind r hsplit` which would bind the d key to binding the r key to
split the output...
```

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