iced-yoda/winit/src
Ian Douglas Scott dd9576d94e
subsurface_widget: Clear subsurface list after calls to ::draw()
Otherwise the `draw` call in response to `AboutToWait` causes this list
to grow, and eventually hit errors in `sendmsg` due to too many buffered
file descriptors from creating subsurfaces.

Probably the number of places `UserInterface::draw` are called should be
cleaned up. And it shouldn't be called in `AboutToWiat` like this. Some
improvements could probably be made in upstream iced.
2026-01-23 13:33:42 -05:00
..
application use a variable instead of a fn for hard-coded check 2026-01-23 11:11:22 -05:00
platform_specific subsurface_widget: Clear subsurface list after calls to ::draw() 2026-01-23 13:33:42 -05:00
window feat: pop-os megasquash 2026-01-21 13:12:08 -05:00
a11y.rs feat: pop-os megasquash 2026-01-21 13:12:08 -05:00
clipboard.rs feat: pop-os megasquash 2026-01-21 13:12:08 -05:00
conversion.rs feat: pop-os megasquash 2026-01-21 13:12:08 -05:00
error.rs feat: pop-os megasquash 2026-01-21 13:12:08 -05:00
lib.rs subsurface_widget: Clear subsurface list after calls to ::draw() 2026-01-23 13:33:42 -05:00
proxy.rs feat: pop-os megasquash 2026-01-21 13:12:08 -05:00
window.rs fix: request logical size when autosizing 2026-01-23 10:51:41 -05:00