e_hwc_windows: remove exception of checking transition
authorChangyeon Lee <cyeon.lee@samsung.com>
Mon, 14 Jan 2019 10:00:59 +0000 (19:00 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 12 Apr 2019 10:00:22 +0000 (19:00 +0900)
Change-Id: Ifbe6877d27549a0e7152f0da2d851968fe377eab

src/bin/e_hwc_windows.c

index ff6a99bbfb796a224086ff4df8744ac996201539..fb998bfa284a3fb3dc4a5b94d3c7f806aa39b7ef 100644 (file)
@@ -1908,8 +1908,6 @@ _e_hwc_windows_evaluate(E_Hwc *hwc)
         _e_hwc_windows_target_state_set(hwc->target_hwc_window, E_HWC_WINDOW_STATE_NONE);
      }
 
-   if (hwc_mode != E_HWC_MODE_FULL && num_video > 0)
-
    /* skip the target_buffer when the window is on trainsition of the composition */
    if (hwc_mode != E_HWC_MODE_FULL && _e_hwc_windows_transition_check(hwc))
      {