e_comp_wl_rsm: reset saved_img flag when the ec is shown 72/314172/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:03:22 +0000 (11:03 +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 ef261969baa3ac2a92ae53302d3ce4350279fa04..a0db2bb7d4563eb6a4cec56a061ece2c39457fe7 100644 (file)
@@ -2831,6 +2831,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;
 }