diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2021-01-11 11:04:32 +0000 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2021-01-11 11:04:32 +0000 |
commit | f6d0bc1b2980098859f6181bf823c6b627ae6a5b (patch) | |
tree | e9b31cd382056f3b85bc1eaab1e9a0590a593bef | |
parent | c118886043ffe2e4d95bcc0e0c2780c79237ca5c (diff) |
evas - missing EVAS_API - add.
-rw-r--r-- | src/lib/evas/include/evas_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/include/evas_private.h b/src/lib/evas/include/evas_private.h index abab7a691d..65a22850a6 100644 --- a/src/lib/evas/include/evas_private.h +++ b/src/lib/evas/include/evas_private.h | |||
@@ -1382,7 +1382,7 @@ void evas_render_object_recalc(Evas_Object_Protected_Data *obj); | |||
1382 | void evas_render_proxy_subrender(Evas *eo_e, void *output, Evas_Object *eo_source, Evas_Object *eo_proxy, Evas_Object_Protected_Data *proxy_obj, Eina_Bool source_clip, Eina_Bool do_async); | 1382 | void evas_render_proxy_subrender(Evas *eo_e, void *output, Evas_Object *eo_source, Evas_Object *eo_proxy, Evas_Object_Protected_Data *proxy_obj, Eina_Bool source_clip, Eina_Bool do_async); |
1383 | 1383 | ||
1384 | Eina_Bool evas_map_inside_get(const Evas_Map *m, Evas_Coord x, Evas_Coord y); | 1384 | Eina_Bool evas_map_inside_get(const Evas_Map *m, Evas_Coord x, Evas_Coord y); |
1385 | Eina_Bool evas_map_coords_get(const Evas_Map *m, double x, double y, double *mx, double *my, int grab); | 1385 | EVAS_API Eina_Bool evas_map_coords_get(const Evas_Map *m, double x, double y, double *mx, double *my, int grab); |
1386 | Eina_Bool evas_object_map_update(Evas_Object *obj, int x, int y, int imagew, int imageh, int uvw, int uvh); | 1386 | Eina_Bool evas_object_map_update(Evas_Object *obj, int x, int y, int imagew, int imageh, int uvw, int uvh); |
1387 | void evas_map_object_move_diff_set(Evas_Map *m, Evas_Coord diff_x, Evas_Coord diff_y); | 1387 | void evas_map_object_move_diff_set(Evas_Map *m, Evas_Coord diff_x, Evas_Coord diff_y); |
1388 | 1388 | ||