winit/src/platform_impl/linux/wayland/window
Kirill Chibisov 037d4121a1
On Wayland, fix 'with_min_inner_size' disabling resize
Building window with 'set_min_inner_size' was setting 'max_inner_size'
under the hood, thus completely disabling window resize, since
the window isn't resizeable on Wayland when its minimum size
is equal to its maximum size.
2020-10-20 03:30:19 +03:00
..
mod.rs On Wayland, fix 'with_min_inner_size' disabling resize 2020-10-20 03:30:19 +03:00
shim.rs Update SCTK to 0.11.0 2020-09-29 00:11:43 +03:00