Files
oak-gpui/crates
Dzmitry Malyshau 26103e8bb9 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
2024-03-01 16:43:24 -08:00
..
2024-02-28 19:23:36 -07:00
2024-02-26 22:15:11 -07:00
2024-02-26 22:15:11 -07:00
2024-02-22 22:28:08 -05:00
2024-02-28 19:23:36 -07:00
2024-01-29 23:47:20 -05:00
2024-02-27 14:29:27 -07:00
2024-02-27 20:41:49 +02:00
2024-02-28 19:23:36 -07:00