mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-28 07:33:14 -04:00
Extract GlAttributes from BuilderAttribs
This commit is contained in:
@@ -83,7 +83,7 @@ impl Window {
|
||||
|
||||
// setting the attributes
|
||||
// FIXME:
|
||||
/*match builder.gl_version {
|
||||
/*match builder.opengl.version {
|
||||
Some((major, minor)) => {
|
||||
attributes.majorVersion = major as libc::c_int;
|
||||
attributes.minorVersion = minor as libc::c_int;
|
||||
|
||||
Reference in New Issue
Block a user