summaryrefslogtreecommitdiffstats
path: root/winit/src/mode.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez2022-08-181-12/+0
| | | | Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows.
* use Mode::Hidden insteadLibravatar Cory Forsstrom2021-04-091-0/+3
|
* Expose `window::Mode` in `iced`Libravatar Héctor Ramón Jiménez2020-01-161-0/+9
Although the Fullscreen API in the Web platform has some limitations, it is still useful to be able to support fullscreen on the native side.