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 fce1ba5 commit 664bbaaCopy full SHA for 664bbaa
crates/processing_ffi/src/lib.rs
@@ -34,7 +34,7 @@ pub extern "C" fn processing_create_surface(
34
scale_factor: f32,
35
) -> u64 {
36
error::clear_error();
37
- error::check(|| create_surface(window_handle, width, height, scale_factor))
+ error::check(|| create_surface(window_handle, display_handle, width, height, scale_factor))
38
.map(|e| e.to_bits())
39
.unwrap_or(0)
40
}
0 commit comments