mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -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.