e_comp_screen: call e_output_hwc_apply before e_output_commit 91/165591/2 submit/tizen/20180103.114435
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 2 Jan 2018 10:31:11 +0000 (19:31 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 3 Jan 2018 03:51:42 +0000 (03:51 +0000)
Change-Id: Ic9bdae6f0e0698f8a13d8fb19988c44cf8e4caa3

src/bin/e_comp_screen.c

index 60903ba..0102239 100644 (file)
@@ -247,11 +247,11 @@ _e_comp_screen_commit_idle_cb(void *data EINA_UNUSED)
         if (!output) continue;
         if (!output->config.enabled) continue;
 
+        e_output_hwc_apply(output->output_hwc);
+
         if (!e_output_commit(output))
              ERR("fail to commit e_comp_screen->outputs.");
 
-        e_output_hwc_apply(output->output_hwc);
-
         if (!e_output_render(output))
              ERR("fail to render e_comp_screen->outputs.");
      }