mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 21:00:04 -04:00
X11 always return the geometry in pixel units. Since window.get_inner_size returns the size in points in other window manager implementations X11 should also return in points instead of pixels.