Add a guard for the calls to MakeCurrent during initialization

This commit is contained in:
Pierre Krieger 2015-03-01 13:57:09 +01:00
parent cca23f8544
commit 4f98ea3128
3 changed files with 61 additions and 16 deletions

View file

@ -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.