Re-exposing attributes for now

This commit is contained in:
Jonathan Johnson 2023-11-08 09:35:17 -08:00
parent fc165628e5
commit 5e055376e7
No known key found for this signature in database
GPG key ID: A66D6A34D6620579

View file

@ -94,7 +94,7 @@ where
{
context: Behavior::Context,
/// The attributes of this window.
attributes: WindowAttributes,
pub attributes: WindowAttributes,
occluded: Option<Dynamic<bool>>,
focused: Option<Dynamic<bool>>,
}