e_hwc_windows: add client to visible list even if it is deleted 75/204575/2 accepted/tizen/unified/20190425.111737 submit/tizen/20190425.013517
authorChangyeon Lee <cyeon.lee@samsung.com>
Wed, 24 Apr 2019 11:48:15 +0000 (20:48 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Wed, 24 Apr 2019 11:54:33 +0000 (20:54 +0900)
it is possible that the effect module doens't reference delay_del
and some feature of video need that client is shown even if
it is deleted.

Change-Id: Iadef4318ae6750043173df6f4a310f88e9dd3951

src/bin/e_hwc_windows.c

index 6f43c54..e3a1cd3 100644 (file)
@@ -1652,12 +1652,6 @@ _e_hwc_windows_visible_windows_list_get(E_Hwc *hwc)
 
         e_hwc_window_name_set(hwc_window);
 
-        if (e_object_is_del(E_OBJECT(ec)) && !e_object_delay_del_ref_get(E_OBJECT(ec)))
-          {
-             e_hwc_window_state_set(hwc_window, E_HWC_WINDOW_STATE_NONE, EINA_TRUE);
-             continue;
-          }
-
         // check clients to skip composite
         if (e_client_util_ignored_get(ec))
           {