projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
875f4b9
)
e_comp_wl_rsm: reset saved_img flag when the ec is shown
75/314175/1
author
Doyoun Kang
<doyoun.kang@samsung.com>
Sun, 7 Jul 2024 02:03:18 +0000
(11:03 +0900)
committer
Doyoun 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
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl_rsm.c
b/src/bin/e_comp_wl_rsm.c
index 1ae81b8d5d0670f9c41f0da3c86f76af5f3db276..b6374ae9465eaa24ebe5b20d6962b882f97da768 100644
(file)
--- a/
src/bin/e_comp_wl_rsm.c
+++ b/
src/bin/e_comp_wl_rsm.c
@@
-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;
}