From 5e055376e7e964311d23d405216519e26254b402 Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Wed, 8 Nov 2023 09:35:17 -0800 Subject: [PATCH] Re-exposing attributes for now --- src/window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.rs b/src/window.rs index e7b22fe..55dd744 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>, }