From 69e87288b14a9f28caf0ed5e4ccf5a52767b22eb Mon Sep 17 00:00:00 2001 From: Roland Mainz Date: Wed, 3 Nov 2004 19:43:57 +0000 Subject: //freedesktop.org/bugzilla/show_bug.cgi?id=1767): Fixing build bustage in xc/programs/bdftopcf/ due missing `FT_STREAM_SEEK'/`FT_STREAM_POS' symbols. --- src/FreeType/ftfuncs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/FreeType/ftfuncs.c b/src/FreeType/ftfuncs.c index 7c3f5af..0cfd7ea 100644 --- a/src/FreeType/ftfuncs.c +++ b/src/FreeType/ftfuncs.c @@ -25,7 +25,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $XdotOrg: xc/lib/font/FreeType/ftfuncs.c,v 1.7 2004/08/04 12:21:48 eich Exp $ */ +/* $XdotOrg: xc/lib/font/FreeType/ftfuncs.c,v 1.8 2004/11/02 08:54:52 eich Exp $ */ /* $XFree86: xc/lib/font/FreeType/ftfuncs.c,v 1.43 2004/02/07 04:37:18 dawes Exp $ */ @@ -54,9 +54,7 @@ THE SOFTWARE. #include FT_INTERNAL_TRUETYPE_TYPES_H #include FT_TRUETYPE_TAGS_H #include FT_INTERNAL_SFNT_H -#if 0 #include FT_INTERNAL_STREAM_H -#endif /* * If you want to use FT_Outline_Get_CBox instead of * FT_Outline_Get_BBox, define here. -- cgit v1.2.3