This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit bb5c171b8352d0c78281c64a45a0fa8e674d371a
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Tue Aug 5 21:01:44 2025 +0100
pixmap - move pixmap get to common path not only oif wl enabled
---
src/bin/e_pixmap.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/bin/e_pixmap.c b/src/bin/e_pixmap.c
index 6e209f6de..af4fa2c1e 100644
--- a/src/bin/e_pixmap.c
+++ b/src/bin/e_pixmap.c
@@ -61,8 +61,6 @@ struct _E_Pixmap
Eina_Bool image_argb E_BITFIELD;
};
-#ifdef HAVE_WAYLAND
-
static inline int64_t
_e_pixmap_win_get(E_Pixmap *cp)
{
@@ -70,6 +68,8 @@ _e_pixmap_win_get(E_Pixmap *cp)
return cp->win;
}
+#ifdef HAVE_WAYLAND
+
static void
_e_pixmap_cb_deferred_buffer_destroy(struct wl_listener *listener, void *data EINA_UNUSED)
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.