mirror of
https://github.com/danbulant/cushy
synced 2026-07-07 20:20:46 +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,
|
context: Behavior::Context,
|
||||||
/// The attributes of this window.
|
/// The attributes of this window.
|
||||||
attributes: WindowAttributes,
|
pub attributes: WindowAttributes,
|
||||||
occluded: Option<Dynamic<bool>>,
|
occluded: Option<Dynamic<bool>>,
|
||||||
focused: Option<Dynamic<bool>>,
|
focused: Option<Dynamic<bool>>,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue