mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-09 23:54:20 +02:00
Earlier we were only swapping buffers when ready to draw, but the Wayland protocol requires the attached buffer to be a multiple of the scale. We cannot guarantee an application side swap will be triggered before the next commit, so instead we blank the new buffer swap it in the GLFW backend itself. Fixes #5467