Add a guard for the calls to MakeCurrent during initialization
This commit is contained in:
parent
cca23f8544
commit
4f98ea3128
3 changed files with 61 additions and 16 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue