This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch devs/devilhorns/apos
in repository efl.
View the commit online.
commit 201f772808ff76acbbe992c557fec96d7712b9ee
Author: Christopher Michael <[email protected]>
AuthorDate: Thu Sep 4 10:08:48 2025 -0500
ecore_drm2: Use eina_thread_queue_wait instead of poll for display
thread
---
src/lib/ecore_drm2/ecore_drm2_displays.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/ecore_drm2/ecore_drm2_displays.c b/src/lib/ecore_drm2/ecore_drm2_displays.c
index 641a140d05..a35036c033 100644
--- a/src/lib/ecore_drm2/ecore_drm2_displays.c
+++ b/src/lib/ecore_drm2/ecore_drm2_displays.c
@@ -494,7 +494,7 @@ _ecore_drm2_display_state_thread(void *data EINA_UNUSED, Ecore_Thread *thread EI
while (!ecore_thread_check(thread))
{
- msg = eina_thread_queue_poll(thq, &ref);
+ msg = eina_thread_queue_wait(thq, &ref);
if (msg)
{
switch (msg->code)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.