mirror of
https://github.com/swaywm/sway.git
synced 2024-12-27 15:36:29 +01:00
Revert "Render outputs as soon as wlc is ready"
This reverts commit 96458bf63c
.
This commit is contained in:
parent
89ef36a7ba
commit
1349a44171
1 changed files with 0 additions and 7 deletions
|
@ -680,13 +680,6 @@ static void handle_wlc_ready(void) {
|
||||||
free(line);
|
free(line);
|
||||||
list_del(config->cmd_queue, 0);
|
list_del(config->cmd_queue, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
// render all outputs
|
|
||||||
int i;
|
|
||||||
for (i = 0; i < root_container.children->length; ++i) {
|
|
||||||
swayc_t *output = root_container.children->items[i];
|
|
||||||
wlc_output_schedule_render(output->handle);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
struct wlc_interface interface = {
|
struct wlc_interface interface = {
|
||||||
|
|
Loading…
Reference in a new issue