mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-20 20:44:18 +02:00
Add cue for scan-build
This commit is contained in:
parent
704b4edae5
commit
bf0ef3add9
1 changed files with 2 additions and 0 deletions
2
output.c
2
output.c
|
|
@ -666,6 +666,8 @@ handle_new_output(struct wl_listener *listener, void *data) {
|
|||
}
|
||||
|
||||
output_insert(server, output);
|
||||
// This is duplicated here only as a cue for the static analysis tool
|
||||
output->destroyed = false;
|
||||
output_configure(server, output);
|
||||
wlr_output_layout_get_box(server->output_layout, output->wlr_output,
|
||||
&output->layout_box);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue