mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
WIP silence error that happens a lot after modeset
This commit is contained in:
parent
16f9ca03b3
commit
7a50d03d3b
@ -296,7 +296,7 @@ static int output_repaint_timer_handler(void *data) {
|
||||
}
|
||||
|
||||
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);
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user