mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
internal cleanup: Remove the use of ComponentWindow in the interpreter
This commit is contained in:
parent
ef184f7f1a
commit
1c285694d7
11 changed files with 45 additions and 50 deletions
|
@ -254,7 +254,7 @@ pub mod re_exports {
|
|||
/// Creates a new window to render components in.
|
||||
#[doc(hidden)]
|
||||
pub fn create_window() -> re_exports::ComponentWindow {
|
||||
sixtyfps_rendering_backend_default::backend().create_window()
|
||||
sixtyfps_rendering_backend_default::backend().create_window().into()
|
||||
}
|
||||
|
||||
/// Enters the main event loop. This is necessary in order to receive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue