Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 99047 Details for
Bug 150383
wxGTK-2.4.2-r4 fails to compile with freetype-2.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for source code
wxGTK-2.4.2-noftinternals.patch (text/plain), 1.16 KB, created by
Rene Gass
on 2006-10-07 07:42:35 UTC
(
hide
)
Description:
patch for source code
Filename:
MIME Type:
Creator:
Rene Gass
Created:
2006-10-07 07:42:35 UTC
Size:
1.16 KB
patch
obsolete
>--- wxGTK-2.4.2/src/generic/dcpsg.cpp 2006-10-07 15:05:34.000000000 +0200 >+++ wxGTK-2.4.2/src/generic/dcpsg.cpp 2006-10-07 15:08:21.000000000 +0200 >@@ -1146,7 +1146,7 @@ > FILE *file; > }; > >-static int paps_move_to( FT_Vector* to, >+static int paps_move_to( const FT_Vector* to, > void *user_data) > { > OutlineInfo *outline_info = (OutlineInfo*)user_data; >@@ -1156,7 +1156,7 @@ > return 0; > } > >-static int paps_line_to( FT_Vector* to, >+static int paps_line_to( const FT_Vector* to, > void *user_data) > { > OutlineInfo *outline_info = (OutlineInfo*)user_data; >@@ -1166,8 +1166,8 @@ > return 0; > } > >-static int paps_conic_to( FT_Vector* control, >- FT_Vector* to, >+static int paps_conic_to( const FT_Vector* control, >+ const FT_Vector* to, > void *user_data) > { > OutlineInfo *outline_info = (OutlineInfo*)user_data; >@@ -1179,9 +1179,9 @@ > return 0; > } > >-static int paps_cubic_to( FT_Vector* control1, >- FT_Vector* control2, >- FT_Vector* to, >+static int paps_cubic_to( const FT_Vector* control1, >+ const FT_Vector* control2, >+ const FT_Vector* to, > void *user_data) > { > OutlineInfo *outline_info = (OutlineInfo*)user_data;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 150383
:
99046
| 99047