git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2003-02-11 11:45:31 +00:00
parent adb5f43a58
commit 82161eb375

View File

@@ -1201,8 +1201,8 @@ void draw_bezier_outline(FILE *file,
FT_UInt glyph_index,
int pos_x,
int pos_y,
int scale_x,
int scale_y )
double scale_x,
double scale_y )
{
FT_Int load_flags = FT_LOAD_NO_BITMAP;
FT_Glyph glyph;