winit/src/platform_impl/linux/x11
Kirill Chibisov 71e3d25422
Rework 'Fullscreen::Borderless' enum variant
This changes 'Fullscreen::Borderless' enum variant from
'Fullscreen::Borderless(MonitorHandle)' to
'Fullscreen::Borderless(Option<MonitorHandle>)'. Providing
'None' to it will result in picking the current monitor.
2020-09-22 04:54:47 +03:00
..
ime Ignore locale if unsupported by X11 backend (#1445) 2020-02-09 22:37:06 -07:00
util Add ability to create Icons from embedded resources on Windows (#1410) 2020-03-07 14:42:21 -05:00
dnd.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00
event_processor.rs Move ModifiersChanged variant to WindowEvent (#1381) 2020-03-06 15:43:55 -07:00
events.rs Prefix numpad virtual key codes with Numpad 2020-09-20 12:58:24 +03:00
ffi.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00
mod.rs Move available_monitors and primary_monitor to EventLoopWindowTarget (#1616) 2020-07-04 15:46:41 -04:00
monitor.rs Rename hidpi_factor to scale_factor (#1334) 2020-01-05 14:15:12 -05:00
window.rs Rework 'Fullscreen::Borderless' enum variant 2020-09-22 04:54:47 +03:00
xdisplay.rs Fix warnings on all platforms (#1383) 2020-01-09 22:29:31 -07:00