Commit ad5205739e2f604c38b787abebfcbbf8972ce12f

Väinö Mäkelä 2021-10-06T09:52:06

wayland: Only dispatch frame events in Wayland_GLES_SwapWindow Dispatching all events in Wayland_GLES_SwapWindow leads to resizes being acked before the program has a chance to handle the resize. This change reduces jumping on fullscreen transition with apps that call SDL_PollEvent before issuing any render calls.