mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 22:00:04 -04:00
Add a guard for the calls to MakeCurrent during initialization
This commit is contained in:
@@ -21,6 +21,7 @@ mod event;
|
||||
mod gl;
|
||||
mod headless;
|
||||
mod init;
|
||||
mod make_current_guard;
|
||||
mod monitor;
|
||||
|
||||
/// The Win32 implementation of the main `Window` object.
|
||||
|
||||
Reference in New Issue
Block a user