Allow creating EGL contexts on win32 with the AMD DLLs

This commit is contained in:
Pierre Krieger 2015-05-21 18:59:30 +02:00
parent e606281862
commit 01ecd24fe2
7 changed files with 133 additions and 27 deletions

View file

@ -165,7 +165,7 @@ impl Window {
});
try!(EglContext::new(
egl,
builder,
&builder,
Some(wayland_context.display.ptr() as *const _),
(*shell_surface).ptr() as *const _
))