freebsd-ports/x11-toolkits/sdl_pango/files/patch-src_SDL_Pango.c
Raphael Kubo da Costa a9d21c1e11 Hopefully fix `make patch' after r341112.
src/SDL_Pango.c is CRLF-encoded; while we could use dos2unix here, the
port's Makefile also fetches a patch from elsewhere that expects a
CRLF-encoded file.

PR:		ports/185558
2014-01-25 21:41:14 +00:00

14 lines
465 B
C

--- src/SDL_Pango.c~ 2013-12-31 14:26:31.000000000 +0000
+++ src/SDL_Pango.c 2013-12-31 14:22:36.000000000 +0000
@@ -330,6 +330,11 @@
@param *rect [in] Draw on this area
@param baseline [in] Horizontal location of glyphs
*/
+void SDLPango_CopyFTBitmapToSurface(
+ const FT_Bitmap *bitmap,
+ SDL_Surface *surface,
+ const SDLPango_Matrix *matrix,
+ SDL_Rect *rect);
static void
drawGlyphString(
SDLPango_Context *context,