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:
0ea9729
)
e_pixmap: Fix missing emitting of the buffer clear signal
38/316638/1
author
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 21 Aug 2024 07:59:54 +0000
(16:59 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Mon, 26 Aug 2024 04:31:25 +0000
(13:31 +0900)
Change-Id: Ic74c2a7ba25ad5c8678b905bed26b8bd538238d8
src/bin/core/e_pixmap.c
patch
|
blob
|
history
diff --git
a/src/bin/core/e_pixmap.c
b/src/bin/core/e_pixmap.c
index 2c959cca529a24a5b610fcd3f7bb638192b2cce9..974ab87c731e6d3f5c441cf65a6992a10d9d2eb7 100644
(file)
--- a/
src/bin/core/e_pixmap.c
+++ b/
src/bin/core/e_pixmap.c
@@
-933,6
+933,8
@@
e_pixmap_buffer_clear(E_Pixmap *cp, Eina_Bool only_free)
{
EINA_SAFETY_ON_NULL_RETURN(cp);
+ wl_signal_emit(&cp->events.buffer_clear, &only_free);
+
_e_pixmap_hook_call(E_PIXMAP_HOOK_BUFFER_CLEAR, cp);
}