Skip to content

Commit 9b0f21a

Browse files
committed
Revert unnecessary changes
1 parent 0040d68 commit 9b0f21a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/xetex_layout/src/c_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub struct GlyphBBox {
3030
pub type Fixed = i32;
3131
/// cbindgen:ignore
3232
#[cfg(target_os = "macos")]
33-
pub type Fixed = i32;
33+
pub type Fixed = u32;
3434
pub type OTTag = u32;
3535
pub type GlyphID = u16;
3636
/// cbindgen:ignore

0 commit comments

Comments
 (0)