Skip to content

platforms/x11: Always set swap interval to 1

Vlad Zahorodnii requested to merge work/platform-x11-always-vsync into master

With the new compositing scheduling, we want the screen to be redrawn as close as possible to the next vblank. Furthermore, compositing is no longer driven by a timer. This change removes the NoSwapEncourage swap strategy as it doesn't make sense now, in addition to that it just does not work on Wayland.

Merge request reports