We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2fecc0 commit 1013dfeCopy full SHA for 1013dfe
crates/processing_render/src/surface.rs
@@ -83,7 +83,7 @@ pub fn create(
83
scale_factor: f32,
84
) -> Result<Entity> {
85
fn create_inner(
86
- In((window_handle, _display_handle, width, height, scale_factor)): In<(
+ In((window_handle, display_handle, width, height, scale_factor)): In<(
87
u64,
88
89
u32,
0 commit comments