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 20ce91c118d7320121314f987b0cb308968a2cec
Author: Carsten Haitzler <[email protected]>
AuthorDate: Sun Feb 15 17:09:25 2026 +0000

    elm - if we set preferred engine - use it ahead of env var
---
 src/lib/elementary/efl_ui_win.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lib/elementary/efl_ui_win.c b/src/lib/elementary/efl_ui_win.c
index 7817dc646e..23d2ed3a38 100644
--- a/src/lib/elementary/efl_ui_win.c
+++ b/src/lib/elementary/efl_ui_win.c
@@ -5278,6 +5278,9 @@ _elm_win_finalize_internal(Eo *obj, Efl_Ui_Win_Data *sd, const char *name, Efl_U
 
       default:
         disp = getenv("ELM_DISPLAY");
+
+        if (_elm_preferred_engine)
+           enginelist[p++] = _elm_preferred_engine;
         if ((disp) && (!strcmp(disp, "buffer")))
           {
              enginelist[p++] = ELM_BUFFER;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to