From 3f7f2ec3540ee65ffe7069d082229d1271c91cb2 Mon Sep 17 00:00:00 2001 From: Changyeon Lee Date: Fri, 10 Apr 2020 14:44:48 +0900 Subject: [PATCH] e_comp_object: add missing pixels_noti callback set Change-Id: I9528c25b6ed164c9529b2da94213676733429934 --- src/bin/e_comp_object.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index bcfaef2625..e206723adf 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); -- 2.34.1