e_comp_wl_rsm: reset saved_img flag when the ec is shown 75/314175/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Sun, 7 Jul 2024 02:03:18 +0000 (11:03 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Sun, 7 Jul 2024 02:29:09 +0000 (11:29 +0900)
There was a bug that the capture image was not update in some case.
If the window didn't use E_PROCESS action such as internal window,
then the saved_img flag didn't reset.
Because of this, the capture image could not be updated.

This fixed above issue.

Change-Id: I7619a41b1813ba84d620cd70931c13fe5fc7e0cc

src/bin/e_comp_wl_rsm.c

index 1ae81b8d5d0670f9c41f0da3c86f76af5f3db276..b6374ae9465eaa24ebe5b20d6962b882f97da768 100644 (file)
@@ -2819,6 +2819,8 @@ _e_comp_wl_remote_cb_client_show(void *data, int type, void *event)
         _remote_surface_prebind_send(remote_surface);
      }
 
+   ec->saved_img = EINA_FALSE;
+
    return ECORE_CALLBACK_PASS_ON;
 }