opnsense-ports/x11-toolkits/sdl_pango/files/patch-src_SDL_Pango.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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,