winit/src/platform/linux
Jasper Mattsson 4b4c73cee4 Fix high CPU usage on tiling WMs when moving windows across monitors (#737)
This commit restricts an Xfwm4-specific DPI-preserving hack to Xfwm4
only. The hack saves and restores the DPI-adjusted size until the actual
size matches. On tiling WMs like i3 this fails, since the size is
constrained by the layout. This in turn causes a never-ending
XResizeWindow vs. XConfigureWindow fight between the WM and the client,
making the WM, winit client, and Xorg consume all CPU cycles available.
2018-12-18 22:20:31 -05:00
..
wayland Use smithay-client-toolkit's dpi handling. (#724) 2018-12-10 14:55:40 -05:00
x11 Fix high CPU usage on tiling WMs when moving windows across monitors (#737) 2018-12-18 22:20:31 -05:00
dlopen.rs Support NetBSD platform (#603) 2018-07-16 10:25:26 -04:00
mod.rs X11: Check if XRRGetOutputInfo returned NULL (#709) 2018-11-17 15:51:39 -05:00