build: update to wlroots 0.18.0

(cherry picked from commit 99ef96a389)
This commit is contained in:
Isaac Freund
2024-07-16 14:24:22 +02:00
parent 4e2a1a12f8
commit eb32deaf76
21 changed files with 128 additions and 143 deletions

View File

@ -556,8 +556,6 @@ fn renderAndCommit(output: *Output, scene_output: *wlr.SceneOutput) !void {
if (!output.wlr_output.commitState(&state)) return error.CommitFailed;
// TODO(wlroots) remove this rotate() call when updating to wlroots 0.18
scene_output.damage_ring.rotate();
output.gamma_dirty = false;
} else {
if (!scene_output.commit(null)) return error.CommitFailed;