Clarify Window::set_decorations/is_decorated behaviour
This commit is contained in:
parent
42c395e49d
commit
c984476687
2 changed files with 10 additions and 7 deletions
|
|
@ -281,12 +281,9 @@ impl Inner {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn set_decorations(&self, _decorations: bool) {
|
||||
warn!("`Window::set_decorations` is ignored on iOS")
|
||||
}
|
||||
pub fn set_decorations(&self, _decorations: bool) {}
|
||||
|
||||
pub fn is_decorated(&self) -> bool {
|
||||
warn!("`Window::is_decorated` is ignored on iOS");
|
||||
true
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue