Change-Id: Ie908d0a34a3fa93c6373b46294c4c9156451e869
}
}
+
+ // if there is UI subfrace, it means need to composite
+ if (e_client_normal_client_has(ec))
+ {
+ EHWTRACE(" -- {%25s} is forced to set CL state.(UI subfrace)",
+ hwc_window->ec, hwc_window, ec->icccm.title);
+ return EINA_FALSE;
+ }
+
return EINA_TRUE;
}
ec, ec->icccm.title);
return EINA_TRUE;
}
-
- // if there is UI subfrace, it means need to composite
- if (e_client_normal_client_has(ec))
- {
- EHWSTRACE(" HWC_MODE_NONE due to UI subfrace{%25s}.",
- ec, ec->icccm.title);
- return EINA_TRUE;
- }
}
return EINA_FALSE;