tree: update to latest version of wp_fractional_scale
This commit is contained in:
parent
e61d6ab074
commit
5b2eb5855a
22 changed files with 104 additions and 54 deletions
|
|
@ -1,6 +1,5 @@
|
|||
use {
|
||||
crate::{
|
||||
fixed::Fixed,
|
||||
format::ARGB8888,
|
||||
ifs::{
|
||||
wl_buffer::WlBuffer,
|
||||
|
|
@ -12,6 +11,7 @@ use {
|
|||
},
|
||||
rect::Rect,
|
||||
render::{gl::frame_buffer::with_scissor, renderer::renderer_base::RendererBase},
|
||||
scale::Scale,
|
||||
state::State,
|
||||
theme::Color,
|
||||
tree::{
|
||||
|
|
@ -48,7 +48,7 @@ pub struct Renderer<'a> {
|
|||
}
|
||||
|
||||
impl Renderer<'_> {
|
||||
pub fn scale(&self) -> Fixed {
|
||||
pub fn scale(&self) -> Scale {
|
||||
self.base.scale
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue