winit/src/platform_impl/windows
Markus Siglreithmaier 3ecbea3c39
Windows: Split window initialization across NCCREATE and CREATE (#2062)
* Refactor window initialization by splitting NCCREATE and CREATE related tasks.

Fixes issue with invisible owner windows.

* address review comments

* Update src/platform_impl/windows/event_loop.rs

Co-authored-by: Markus Røyset <maroider@protonmail.com>

Co-authored-by: Markus Røyset <maroider@protonmail.com>
2021-11-17 18:33:44 +01:00
..
event_loop Remove window subclassing (#1933) 2021-07-16 12:40:48 +02:00
dark_mode.rs Clippy fixes (#2011) 2021-08-30 19:40:02 +02:00
dpi.rs On Windows, make AdjustRect calls DPI-aware when possible (#1015) 2020-01-05 14:15:11 -05:00
drop_handler.rs Clippy fixes (#2011) 2021-08-30 19:40:02 +02:00
event.rs Clippy fixes (#2011) 2021-08-30 19:40:02 +02:00
event_loop.rs Windows: Split window initialization across NCCREATE and CREATE (#2062) 2021-11-17 18:33:44 +01:00
icon.rs Add ability to create Icons from embedded resources on Windows (#1410) 2020-03-07 14:42:21 -05:00
mod.rs Clippy fixes (#2011) 2021-08-30 19:40:02 +02:00
monitor.rs Make 'primary_monitor' return 'Option<MonitorHandle>' 2020-09-07 20:20:47 +03:00
raw_input.rs Improve handling of file paths in the windows DnD handler (#980) 2019-06-28 18:07:36 -04:00
util.rs Clippy fixes (#2011) 2021-08-30 19:40:02 +02:00
window.rs Windows: Split window initialization across NCCREATE and CREATE (#2062) 2021-11-17 18:33:44 +01:00
window_state.rs On Windows, allow the creation of popup window (#1895) 2021-04-10 15:47:19 +02:00