Skip to content

Commit 664bbaa

Browse files
committed
Ci.
1 parent fce1ba5 commit 664bbaa

File tree

1 file changed

+1
-1
lines changed
  • crates/processing_ffi/src

1 file changed

+1
-1
lines changed

crates/processing_ffi/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub extern "C" fn processing_create_surface(
3434
scale_factor: f32,
3535
) -> u64 {
3636
error::clear_error();
37-
error::check(|| create_surface(window_handle, width, height, scale_factor))
37+
error::check(|| create_surface(window_handle, display_handle, width, height, scale_factor))
3838
.map(|e| e.to_bits())
3939
.unwrap_or(0)
4040
}

0 commit comments

Comments
 (0)