winit/src/platform/linux/x11
Francesca Sunshine 8f18dab061
x11: Send window maximization hints correctly (#363)
Previously, the maximization hints were being sent as two separate client messages: one for
horizontal, and one for vertical. That resulted in the window only being maximized
horizontally (at least with my WM). The corrected client message sets both of these hints at
once.

In the process of implementing that, the relevant components were refactored to use the util
module, as we gradually move towards a hopeful future of a more readable X11 backend.
2017-12-15 14:37:09 -05:00
..
dnd.rs x11: Send window maximization hints correctly (#363) 2017-12-15 14:37:09 -05:00
events.rs Make ISO_Left_Tab generate VirtualKeyCode::Tab (#308) 2017-10-08 13:59:45 +02:00
ffi.rs Move fullscreen modes to not touch physical resolutions (#270) 2017-09-07 10:33:46 +02:00
mod.rs x11: Send window maximization hints correctly (#363) 2017-12-15 14:37:09 -05:00
monitor.rs Fix no primary monitor panic in XWayland (#318) 2017-10-28 15:24:37 +02:00
util.rs x11: Send window maximization hints correctly (#363) 2017-12-15 14:37:09 -05:00
window.rs x11: Send window maximization hints correctly (#363) 2017-12-15 14:37:09 -05:00
xdisplay.rs Move fullscreen modes to not touch physical resolutions (#270) 2017-09-07 10:33:46 +02:00