kas-gui / kas

Another GUI toolkit
Apache License 2.0
892 stars 27 forks source link

Fix window sizing #444

Closed dhardy closed 4 months ago

dhardy commented 4 months ago

It turns out that the clock example wouldn't run at all on X11 due to a missing resize, so we should do that anyway (even though it may be redundant). If we had more platform-specific code here, we should be able to avoid this issue on Wayland at least. See github.com/rust-windowing/winit/issues/3192