diff options
Diffstat (limited to 'libvo/font_load.h')
-rw-r--r-- | libvo/font_load.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/font_load.h b/libvo/font_load.h index 629dcd336c..6d8da8515e 100644 --- a/libvo/font_load.h +++ b/libvo/font_load.h @@ -88,6 +88,9 @@ int kerning(font_desc_t *desc, int prevc, int c); void load_font_ft(int width, int height); +void blur(unsigned char *buffer, unsigned short *tmp2, int width, int height, + int stride, int *m2, int r, int mwidth); + #else static void render_one_glyph(font_desc_t *desc, int c) {} |