mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Make rendering rotation a public feature of the software renderer
Fixes #5372
This commit is contained in:
parent
650f19a33c
commit
88e1a366a3
8 changed files with 31 additions and 73 deletions
|
@ -485,7 +485,6 @@ mod software_renderer {
|
|||
renderer.render_by_line(processor)
|
||||
}
|
||||
|
||||
#[cfg(feature = "experimental")]
|
||||
#[no_mangle]
|
||||
pub unsafe extern "C" fn slint_software_renderer_set_rendering_rotation(
|
||||
r: SoftwareRendererOpaque,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue