Skip to content

backend/x11: fix initial value of wlr_x11_buffer.n_busy

Simon Ser requested to merge emersion/wlroots:fix-x11-busy into master

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

Closes: #3556 (closed)

Merge request reports