mirror of
https://github.com/danbulant/cushy
synced 2026-06-20 23:11:12 +00:00
Re-exposing attributes for now
This commit is contained in:
parent
fc165628e5
commit
5e055376e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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>>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue