e_hwc_window: update the composite type of the tdm at creating the hwc_window 57/200157/3
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 19 Feb 2019 01:23:14 +0000 (10:23 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 7 Mar 2019 08:17:08 +0000 (08:17 +0000)
Change-Id: I56b207369565d0519189106ebb8efd207f455d0e

src/bin/e_hwc_window.c

index 82d7a620145a2ecaebefd0a5d9883f33d2665ccb..41090fb20fa3c61201d82c23ce772f5b9596ee99 100644 (file)
@@ -639,7 +639,7 @@ e_hwc_window_new(E_Hwc *hwc, E_Client *ec, E_Hwc_Window_State state)
    if (ec->hwc_window)
      {
         if (e_hwc_window_state_get(ec->hwc_window) != state)
-          e_hwc_window_state_set(ec->hwc_window, state, EINA_FALSE);
+          e_hwc_window_state_set(ec->hwc_window, state, EINA_TRUE);
 
         goto end;
      }