From: Seunghun Lee Date: Thu, 23 Jul 2020 09:17:37 +0000 (+0900) Subject: subsurface: add comments about the reason invoking transform_core_update() X-Git-Tag: submit/tizen/20200825.082113~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a900709d075586b31e2178271061cbe39463add4;p=platform%2Fupstream%2Fenlightenment.git subsurface: add comments about the reason invoking transform_core_update() Change-Id: I6dd0596bd47e4b7892374532efadff1a2615f975 --- diff --git a/src/bin/e_comp_wl_subsurface.c b/src/bin/e_comp_wl_subsurface.c index dab627873f..c7e644ee8f 100644 --- a/src/bin/e_comp_wl_subsurface.c +++ b/src/bin/e_comp_wl_subsurface.c @@ -160,6 +160,8 @@ _e_comp_wl_subsurface_below_obj_create(E_Client *ec) _e_comp_wl_subsurface_restack(ec); _e_comp_wl_subsurface_restack_bg_rectangle(ec); + /* 'below_obj' has to be transformed according to ec's transformation. + * that's the reason invoking 'transform_core_update()' here. */ e_client_transform_core_update(ec); }