Remove window::Mode and introduce Settings::visible
Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows.
This commit is contained in:
parent
07cbed1064
commit
277b848ad8
11 changed files with 52 additions and 121 deletions
|
|
@ -45,14 +45,12 @@ pub mod window;
|
|||
pub mod system;
|
||||
|
||||
mod error;
|
||||
mod mode;
|
||||
mod position;
|
||||
mod proxy;
|
||||
|
||||
pub use application::Application;
|
||||
pub use clipboard::Clipboard;
|
||||
pub use error::Error;
|
||||
pub use mode::Mode;
|
||||
pub use position::Position;
|
||||
pub use proxy::Proxy;
|
||||
pub use settings::Settings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue