![]() 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 |
||
---|---|---|
.. | ||
wayland | ||
x11 | ||
client.rs | ||
dispatcher.rs | ||
platform.rs | ||
text_system.rs | ||
util.rs | ||
wayland.rs | ||
x11.rs |