winit/src/platform/linux/x11
Alex Butler b3c5ee6219 Fix no primary monitor panic in XWayland (#318)
* Fix no primary monitor panic in XWayland

In this case try to use the first existing monitor instead of panicking.
Fixes #317

* Shift no monitor panic to x11::get_primary_monitor

* Update changelog with xll get_primary_monitor fallback
2017-10-28 15:24:37 +02: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 Impl Clone for EventsLoopProxy (#331) 2017-10-25 20:03:57 +02:00
monitor.rs Fix no primary monitor panic in XWayland (#318) 2017-10-28 15:24:37 +02:00
window.rs Make MonitorId::get_position() return (i32, i32) instead of (u32, u32) because it can be negative on Windows (#324) 2017-10-19 19:08:05 +02:00
xdisplay.rs Move fullscreen modes to not touch physical resolutions (#270) 2017-09-07 10:33:46 +02:00