1
0
Fork 0
forked from wry/wry

tree: update to latest version of wp_fractional_scale

This commit is contained in:
Julian Orth 2022-11-12 15:05:58 +01:00
parent e61d6ab074
commit 5b2eb5855a
22 changed files with 104 additions and 54 deletions

View file

@ -1,8 +1,8 @@
use {
crate::{
fixed::Fixed,
format::XRGB8888,
render::RenderError,
scale::Scale,
state::State,
video::{
drm::DrmError,
@ -60,7 +60,7 @@ pub fn take_screenshot(state: &State) -> Result<Screenshot, ScreenshooterError>
Some(state.root.extents.get()),
false,
&mut Default::default(),
Fixed::from_int(1),
Scale::from_int(1),
true,
);
let drm = ctx.gbm.drm.dup_render()?.fd().clone();