diff --git a/src/window.rs b/src/window.rs index e7b22feda..55dd74407 100644 --- a/src/window.rs +++ b/src/window.rs @@ -94,7 +94,7 @@ where { context: Behavior::Context, /// The attributes of this window. - attributes: WindowAttributes, + pub attributes: WindowAttributes, occluded: Option>, focused: Option>, }