diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/evas/include/evas_filter.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/evas/include/evas_filter.h b/src/lib/evas/include/evas_filter.h index 75a80a92d7..0ee3f30e9d 100644 --- a/src/lib/evas/include/evas_filter.h +++ b/src/lib/evas/include/evas_filter.h | |||
@@ -157,6 +157,9 @@ Eina_Bool evas_filter_font_draw(Evas_Filter_Context *ctx, void *d | |||
157 | Eina_Bool evas_filter_image_draw(Evas_Filter_Context *ctx, void *draw_context, int bufid, void *image, Eina_Bool do_async); | 157 | Eina_Bool evas_filter_image_draw(Evas_Filter_Context *ctx, void *draw_context, int bufid, void *image, Eina_Bool do_async); |
158 | Eina_Bool evas_filter_target_set(Evas_Filter_Context *ctx, void *draw_context, void *surface, int x, int y); | 158 | Eina_Bool evas_filter_target_set(Evas_Filter_Context *ctx, void *draw_context, void *surface, int x, int y); |
159 | 159 | ||
160 | // utility function | ||
161 | void _evas_filter_source_hash_free_cb(void *data); | ||
162 | |||
160 | /** | 163 | /** |
161 | * @brief Blend a source buffer into a destination buffer, allowing X,Y offsets, Alpha to RGBA conversion with color | 164 | * @brief Blend a source buffer into a destination buffer, allowing X,Y offsets, Alpha to RGBA conversion with color |
162 | * @param ctx Current filter chain | 165 | * @param ctx Current filter chain |