diff options
Diffstat (limited to 'x11-toolkits/sdl_pango/files/patch-src_SDL_Pango.c')
-rw-r--r-- | x11-toolkits/sdl_pango/files/patch-src_SDL_Pango.c | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/x11-toolkits/sdl_pango/files/patch-src_SDL_Pango.c b/x11-toolkits/sdl_pango/files/patch-src_SDL_Pango.c index 67b8ccf1a103..e3f607f89293 100644 --- a/x11-toolkits/sdl_pango/files/patch-src_SDL_Pango.c +++ b/x11-toolkits/sdl_pango/files/patch-src_SDL_Pango.c @@ -1,14 +1,14 @@ ---- 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, +--- 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,
|