From: Changyeon Lee Date: Fri, 10 Apr 2020 05:44:48 +0000 (+0900) Subject: e_comp_object: add missing pixels_noti callback set X-Git-Tag: accepted/tizen/unified/20200416.001148~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f7f2ec3540ee65ffe7069d082229d1271c91cb2;p=platform%2Fupstream%2Fenlightenment.git e_comp_object: add missing pixels_noti callback set Change-Id: I9528c25b6ed164c9529b2da94213676733429934 --- diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index bcfaef2..e206723 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -5579,6 +5579,7 @@ e_comp_object_content_unset(Evas_Object *obj) evas_object_image_border_center_fill_set(cw->obj, EVAS_BORDER_FILL_SOLID); e_util_size_debug_set(cw->obj, 1); evas_object_image_pixels_get_callback_set(cw->obj, _e_comp_object_pixels_get, cw); + evas_object_image_pixels_noti_callback_set(cw->obj, _e_comp_object_pixels_noti, cw); evas_object_image_smooth_scale_set(cw->obj, e_comp_config_get()->smooth_windows); evas_object_name_set(cw->obj, "cw->obj"); evas_object_image_colorspace_set(cw->obj, EVAS_COLORSPACE_ARGB8888);