From b870ef5b8c5e563696da2166004f13fc5409ef50 Mon Sep 17 00:00:00 2001 From: Changyeon Lee Date: Wed, 21 Aug 2024 16:59:54 +0900 Subject: [PATCH] e_pixmap: Fix missing emitting of the buffer clear signal Change-Id: Ic74c2a7ba25ad5c8678b905bed26b8bd538238d8 --- src/bin/core/e_pixmap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/core/e_pixmap.c b/src/bin/core/e_pixmap.c index 2c959cc..974ab87 100644 --- 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); } -- 2.7.4