From a900709d075586b31e2178271061cbe39463add4 Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Thu, 23 Jul 2020 18:17:37 +0900 Subject: [PATCH] subsurface: add comments about the reason invoking transform_core_update() Change-Id: I6dd0596bd47e4b7892374532efadff1a2615f975 --- src/bin/e_comp_wl_subsurface.c | 2 ++ 1 file changed, 2 insertions(+) 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); } -- 2.34.1