do not enter nocomp mode when transform core enabled 19/80219/2
authorJunghwan Choi <jhhh.choi@samsung.com>
Fri, 15 Jul 2016 08:41:25 +0000 (17:41 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Mon, 25 Jul 2016 13:28:28 +0000 (22:28 +0900)
Change-Id: I194d63e7651d6eacdb61db9f153907a01ea49c68
Signed-off-by: Junghwan Choi <jhhh.choi@samsung.com>
src/bin/e_comp.c

index 6e8387c..ede02e7 100644 (file)
@@ -176,7 +176,9 @@ _e_comp_fullscreen_check(void)
             (vw == ow) &&
             (vh == oh) &&
             (!ec->argb) &&
-            (!ec->shaped))
+            (!ec->shaped) &&
+            (!e_client_transform_core_enable_get(ec))
+            )
           {
              return ec;
           }