Skip to content

[0.16] backend/x11: fix initial value of wlr_x11_buffer.n_busy

Kirill Primak requested to merge vyivel/wlroots:0.16-x11-backend-crash into 0.16

We lock the buffer there, so we need to initialize the n_busy count to 1 as well.

Closes: #3556 (closed) (cherry picked from commit bc8260f3)

Merge request reports