mirror of
https://github.com/swaywm/sway.git
synced 2025-02-25 10:41:19 +00:00
WIP silence error that happens a lot after modeset
This commit is contained in:
parent
16f9ca03b3
commit
7a50d03d3b
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ static int output_repaint_timer_handler(void *data) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!wlr_output_commit_state(output->wlr_output, &pending)) {
|
if (!wlr_output_commit_state(output->wlr_output, &pending)) {
|
||||||
sway_log(SWAY_ERROR, "Page-flip failed on output %s", output->wlr_output->name);
|
// sway_log(SWAY_ERROR, "Page-flip failed on output %s", output->wlr_output->name);
|
||||||
}
|
}
|
||||||
wlr_output_state_finish(&pending);
|
wlr_output_state_finish(&pending);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue