e_hwc_windows: set transition if window has transtion and client state 76/253676/2
authorChangyeon Lee <cyeon.lee@samsung.com>
Mon, 8 Feb 2021 03:33:03 +0000 (12:33 +0900)
committerchangyeon lee <cyeon.lee@samsung.com>
Thu, 18 Feb 2021 06:46:57 +0000 (06:46 +0000)
commitc2174fcd40762c9e4a8556f6591c54cf2cd11fa3
treeaaff35f625042638c92bdfa8f092b2e528768631
parentb52bd25ba3326edd1a88a40d6ac5119bb4efb362
e_hwc_windows: set transition if window has transtion and client state

fix flickering this case
1. A window set device state and unredirect
2. target window render frame which doesn't have A window frame
3. A window set client state before hwc state isn't accepted
4. target window commit gl compositing frame, but flickering
   is occurred because 2 step frame doesn't have A Window

Change-Id: Icd8cbf102d21e73a769bb3392fc9dc5b7b2adec8
src/bin/e_hwc_windows.c