mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
internal cleanup: Rename ComponentWindow to WindowRc
That's all it is nowadays, it's a wrapper around Rc<Window>. It's not an alias because we need to also "wrap" it to C++ via cbindgen, but that's about it.
This commit is contained in:
parent
57389c1731
commit
eaddbe664e
22 changed files with 274 additions and 300 deletions
|
@ -86,7 +86,7 @@ pub fn use_modules() -> usize {
|
|||
+ graphics::ffi::sixtyfps_new_path_elements as usize
|
||||
+ properties::ffi::sixtyfps_property_init as usize
|
||||
+ string::ffi::sixtyfps_shared_string_bytes as usize
|
||||
+ window::ffi::sixtyfps_component_window_drop as usize
|
||||
+ window::ffi::sixtyfps_windowrc_drop as usize
|
||||
+ component::ffi::sixtyfps_component_init_items as usize
|
||||
+ timers::ffi::sixtyfps_timer_start as usize
|
||||
+ graphics::color::ffi::sixtyfps_color_brighter as usize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue