mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-21 21:14:18 +02:00
Merge branch 'development' of https://github.com/project-repo/cagebreak into development
This commit is contained in:
commit
456ada7c0a
2 changed files with 2 additions and 2 deletions
2
Bugs.md
2
Bugs.md
|
|
@ -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...
|
||||
```
|
||||
|
||||
|
|
|
|||
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