Clean up and refactor X11 refresh loop (alternative) (#8655)
Associates every window with its own refresh event. Removes the use of X11 present. Alternative to #8592. Instead of doing the rendering on idle and then involving a hack for polling X11 events, this PR just tries to do the rendering inside the main loop. This guarantees that we continue to poll for events after the draw, and not get screwed by the driver talking to X11 via the same file descriptor. Release Notes: - N/A
D
Dzmitry Malyshau committed
26103e8bb9f1792e203f365cf4c4efccf887cce3
Parent: b7784d4
Committed by GitHub <noreply@github.com>
on 3/2/2024, 12:43:24 AM