mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 15:17:25 +00:00
Rename backend module to platform
and the Backend trait into PlatfromAbstraction trait
This commit is contained in:
parent
1a8a295e38
commit
2e5ab86bea
18 changed files with 51 additions and 48 deletions
|
@ -29,7 +29,7 @@ pub unsafe extern "C" fn slint_windowrc_init(out: *mut PlatformWindowRcOpaque) {
|
|||
#[no_mangle]
|
||||
pub unsafe extern "C" fn slint_run_event_loop() {
|
||||
crate::backend()
|
||||
.run_event_loop(i_slint_core::backend::EventLoopQuitBehavior::QuitOnLastWindowClosed);
|
||||
.run_event_loop(i_slint_core::platform::EventLoopQuitBehavior::QuitOnLastWindowClosed);
|
||||
}
|
||||
|
||||
/// Will execute the given functor in the main thread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue