subsurface: add comments about the reason invoking transform_core_update() 29/241229/3
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 23 Jul 2020 09:17:37 +0000 (18:17 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Sun, 23 Aug 2020 23:37:08 +0000 (23:37 +0000)
Change-Id: I6dd0596bd47e4b7892374532efadff1a2615f975

src/bin/e_comp_wl_subsurface.c

index dab627873f73a120ed473ee261faecd36ac29762..c7e644ee8fb93aa5c4080a2cfb407a4245af89b5 100644 (file)
@@ -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);
 }