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 5cc6f31035739d23cec00abb7a8be27eeb127fe4
Author: Marcel Hollerbach <[email protected]>
AuthorDate: Thu Sep 15 19:00:39 2022 +0200
e_pointer: do not call x11 setup when on wl path
---
src/bin/e_pointer.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/bin/e_pointer.c b/src/bin/e_pointer.c
index b54d7dd09..61c10b434 100644
--- a/src/bin/e_pointer.c
+++ b/src/bin/e_pointer.c
@@ -496,6 +496,7 @@ _e_pointer_type_set(E_Pointer *ptr, const char *type)
edje_object_message_signal_process(ptr->o_ptr);
init = EINA_TRUE;
}
+ if (e_comp->comp_type != E_PIXMAP_TYPE_WL)
_e_pointer_x11_setup(ptr, cursor);
if (!cursor[0]) return;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.