Skip to content

Commit

Permalink
Re-exposing attributes for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Nov 8, 2023
1 parent fc16562 commit 5e05537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>>,
}
Expand Down

0 comments on commit 5e05537

Please sign in to comment.