Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 05789943edb44e4ad255cca7f30d9d4f > files > 2

SDL_ttf-2.0.9-5mdv2009.0.src.rpm

--- SDL_ttf-2.0.8/SDL_ttf.c.orig	2006-06-06 16:05:09.000000000 +0200
+++ SDL_ttf-2.0.8/SDL_ttf.c	2006-06-06 16:06:32.000000000 +0200
@@ -43,16 +43,6 @@
 #include FT_FREETYPE_H
 #include FT_OUTLINE_H
 #include FT_TRUETYPE_IDS_H
-/*
-#include <freetype/freetype.h>
-#include <freetype/ftoutln.h>
-#include <freetype/ttnameid.h>
-*/
-#include <freetype/internal/ftobjs.h>
-
-#ifndef FT_OPEN_STREAM
-#define FT_OPEN_STREAM ft_open_stream
-#endif
 
 #include "SDL.h"
 #include "SDL_endian.h"
@@ -278,7 +268,7 @@ TTF_Font* TTF_OpenFontIndexRW( SDL_RWops
 	}
 	memset(stream, 0, sizeof(*stream));
 
-	stream->memory = library->memory;
+	stream->memory = NULL;  /* set by FT_Open_Face */
 	stream->read = RWread;
 	stream->descriptor.pointer = src;
 	stream->pos = (unsigned long)position;