e_comp_wl: modify to leave COMP log after creating bg_rectangle 69/176369/1
authorSung-Jin Park <sj76.park@samsung.com>
Thu, 19 Apr 2018 01:44:37 +0000 (10:44 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 19 Apr 2018 01:49:01 +0000 (01:49 +0000)
Change-Id: I39a8b53d3023fafb89e07c8110dbc352c0cf253e
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
src/bin/e_comp_wl.c

index 746d945fee7bca63aff52a90160ae172bdc94764..98299262a878f42787ada611bd6e2d4233f67ffb 100644 (file)
@@ -3519,12 +3519,12 @@ _e_comp_wl_subsurface_check_below_bg_rectangle(E_Client *ec)
        ec->comp_data->sub.below_list_pending ||
        e_comp_wl_video_subsurface_has(ec))
      {
-        ELOGF("COMP", "         |bg_rectangle(%p) created", NULL, ec, ec->comp_data->sub.below_obj);
-
         /* create a bg rectangle if topmost window is 24 depth window */
         ec->comp_data->sub.below_obj = evas_object_rectangle_add(e_comp->evas);
         EINA_SAFETY_ON_NULL_RETURN(ec->comp_data->sub.below_obj);
 
+        ELOGF("COMP", "         |bg_rectangle(%p) created", NULL, ec, ec->comp_data->sub.below_obj);
+
         layer = evas_object_layer_get(ec->frame);
         evas_object_layer_set(ec->comp_data->sub.below_obj, layer);
         evas_object_render_op_set(ec->comp_data->sub.below_obj, EVAS_RENDER_COPY);