Skip to content

backend/wayland: fix spurious eglSwapBuffers failures

Simon Ser requested to merge github/fork/emersion/wayland-swap-failures into master

This was introduced in 1. However after reverting that PR I still can't reproduce the bug the PR aimed to fix 2.

Since there's no good explanation why we would need to swap buffers before resizing, let's just revert the PR.

Closes: https://github.com/swaywm/wlroots/issues/1768

Merge request reports