Skip to content

Commit

Permalink
Make attributes on struct_FT_Parameter_ public
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Apr 7, 2014
1 parent dcf1690 commit cca0442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions freetype.rs
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,8 @@ pub struct struct_FT_GlyphSlotRec_ {
pub type FT_GlyphSlotRec = struct_FT_GlyphSlotRec_;

pub struct struct_FT_Parameter_ {
tag: FT_ULong,
data: FT_Pointer,
pub tag: FT_ULong,
pub data: FT_Pointer,
}

pub type FT_Parameter = struct_FT_Parameter_;
Expand Down

0 comments on commit cca0442

Please sign in to comment.