e_hwc_windows: set the buffer to the tdm when it is the pp_set 39/214639/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 25 Sep 2019 01:48:09 +0000 (10:48 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 25 Sep 2019 01:48:09 +0000 (10:48 +0900)
Change-Id: I979b22578760289cccbf8e4c219aa83764f3f0ed

src/bin/e_hwc_windows.c

index 9294a21dc65e1f5f520696fcd6dc8cedf90a127c..2290ba4cb027b8853966e5139b1f8a5caa17e2ea 100644 (file)
@@ -2209,7 +2209,7 @@ _e_hwc_windows_changes_update(E_Hwc *hwc)
 
         /* fetch the window buffer */
         if (hwc->pp_set)
-          ret = e_hwc_window_buffer_fetch(hwc_window, EINA_FALSE);
+          ret = e_hwc_window_buffer_fetch(hwc_window, EINA_TRUE);
         else
           ret = e_hwc_window_buffer_fetch(hwc_window, EINA_TRUE);
         if (ret)