diff options
author | Rafael Antognolli <rafael.antognolli@intel.com> | 2013-10-01 15:35:09 -0300 |
---|---|---|
committer | Rafael Antognolli <rafael.antognolli@intel.com> | 2013-10-04 18:26:57 -0300 |
commit | d1c6266c45b6bfbfbba4a3b61ee6e9e5cec99cc9 (patch) | |
tree | 3fd9297add75125953ab1e45747bdcc5c99cffc2 /src/lib/evas/include | |
parent | 22f9a6e8f004ab3e4aaf214229e4556482040f29 (diff) |
evas/image: Delay some video overlay operations.
If we are running on async render, some operations must be delayed, so
they will happen at the same time that the canvas rendering result gets
updated on the window/surface.
Diffstat (limited to 'src/lib/evas/include')
-rw-r--r-- | src/lib/evas/include/evas_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/evas/include/evas_private.h b/src/lib/evas/include/evas_private.h index 5a9867b120..01658f7b97 100644 --- a/src/lib/evas/include/evas_private.h +++ b/src/lib/evas/include/evas_private.h | |||
@@ -996,6 +996,7 @@ void _evas_object_image_preloading_check(Evas_Object *obj); | |||
996 | Evas_Object *_evas_object_image_video_parent_get(Evas_Object *obj); | 996 | Evas_Object *_evas_object_image_video_parent_get(Evas_Object *obj); |
997 | void _evas_object_image_video_overlay_show(Evas_Object *obj); | 997 | void _evas_object_image_video_overlay_show(Evas_Object *obj); |
998 | void _evas_object_image_video_overlay_hide(Evas_Object *obj); | 998 | void _evas_object_image_video_overlay_hide(Evas_Object *obj); |
999 | void _evas_object_image_video_overlay_do(Evas_Object *obj); | ||
999 | void _evas_object_image_free(Evas_Object *obj); | 1000 | void _evas_object_image_free(Evas_Object *obj); |
1000 | void evas_object_smart_bounding_box_get(Evas_Object *eo_obj, | 1001 | void evas_object_smart_bounding_box_get(Evas_Object *eo_obj, |
1001 | Evas_Coord_Rectangle *cur_bounding_box, | 1002 | Evas_Coord_Rectangle *cur_bounding_box, |