diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/evas/common/evas_font_draw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/common/evas_font_draw.h b/src/lib/evas/common/evas_font_draw.h index d84fb6aece..2fdfc36e12 100644 --- a/src/lib/evas/common/evas_font_draw.h +++ b/src/lib/evas/common/evas_font_draw.h | |||
@@ -1,7 +1,7 @@ | |||
1 | #ifndef _EVAS_FONT_DRAW_H | 1 | #ifndef _EVAS_FONT_DRAW_H |
2 | #define _EVAS_FONT_DRAW_H | 2 | #define _EVAS_FONT_DRAW_H |
3 | 3 | ||
4 | #include "evas_common_private.h" | 4 | #include "../include/evas_common_private.h" |
5 | 5 | ||
6 | /* draw */ | 6 | /* draw */ |
7 | typedef Eina_Bool (*Evas_Common_Font_Draw_Cb)(RGBA_Image *dst, RGBA_Draw_Context *dc, int x, int y, Evas_Glyph_Array *glyphs, RGBA_Gfx_Func func, int ext_x, int ext_y, int ext_w, int ext_h, int im_w, int im_h); | 7 | typedef Eina_Bool (*Evas_Common_Font_Draw_Cb)(RGBA_Image *dst, RGBA_Draw_Context *dc, int x, int y, Evas_Glyph_Array *glyphs, RGBA_Gfx_Func func, int ext_x, int ext_y, int ext_w, int ext_h, int im_w, int im_h); |