Skip to content

Commit

Permalink
Fix FtGlyphSlot struct layout
Browse files Browse the repository at this point in the history
  • Loading branch information
baskerville committed Feb 17, 2018
1 parent e591e13 commit 981395d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/font.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ enum FtCharMap {}
enum FtSizeInternal {}
enum FtSlotInternal {}
enum FtFaceInternal {}
#[derive(Debug)]
enum FtSubGlyph {}
enum FtListNode {}
enum FtDriver {}
enum FtMemory {}
Expand Down Expand Up @@ -332,7 +330,7 @@ struct FtGlyphSlot {
outline: FtOutline,

num_subglyphs: libc::c_uint,
subglyphs: FtSubGlyph,
subglyphs: *mut libc::c_void,

control_data: *mut libc::c_void,
control_len: libc::c_long,
Expand Down

0 comments on commit 981395d

Please sign in to comment.