e_hwc_window: update the composite type of the tdm at creating the hwc_window
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 19 Feb 2019 01:23:14 +0000 (10:23 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 12 Apr 2019 10:00:22 +0000 (19:00 +0900)
Change-Id: I56b207369565d0519189106ebb8efd207f455d0e

src/bin/e_hwc_window.c

index 980e8463655c82e116f5acb6d3eb114c2e58acfd..0d516aed2237a616943d3c08afd9599c4afe44a9 100644 (file)
@@ -676,7 +676,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);
 
         return ec->hwc_window;
      }