mirror of
https://github.com/swaywm/sway.git
synced 2026-03-21 05:33:56 -04:00
output: add max_render_time
This commit is contained in:
parent
cb905effde
commit
022df2542b
10 changed files with 166 additions and 22 deletions
|
|
@ -242,6 +242,7 @@ void output_destroy(struct sway_output *output) {
|
|||
}
|
||||
list_free(output->workspaces);
|
||||
list_free(output->current.workspaces);
|
||||
wl_event_source_remove(output->repaint_timer);
|
||||
free(output);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue