From ec0927913de9d32cc609b19934b7edb3314793db Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 10 Jun 2016 17:46:48 -0400 Subject: make WindowBuilder.platform_specific pub I'm not sure what other intended way to access and mutate this member via the WindowBuilderExt trait, other than making it pub. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index a10957d..1bb842e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -118,7 +118,7 @@ pub struct WindowBuilder<'a> { pf_reqs: PixelFormatRequirements, /// Platform-specific configuration. - platform_specific: platform::PlatformSpecificWindowBuilderAttributes, + pub platform_specific: platform::PlatformSpecificWindowBuilderAttributes, } /// Trait that describes objects that have access to an OpenGL context. -- cgit v1.2.3