billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=0fb87e27565aba6a8747ec0d9c6cb257d9d82d27

commit 0fb87e27565aba6a8747ec0d9c6cb257d9d82d27
Author: Boris Faure <[email protected]>
Date:   Mon Apr 6 00:53:34 2020 +0200

    win: use edje_object_message_send on edj part…
---
 src/bin/win.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/win.c b/src/bin/win.c
index 1ccc34d..01761df 100644
--- a/src/bin/win.c
+++ b/src/bin/win.c
@@ -1022,7 +1022,7 @@ _win_trans(Win *wn, Term *term)
      msg.val = term->config->opacity;
    else
      msg.val = 100;
-   edje_object_message_send(term->bg, EDJE_MESSAGE_INT, 1, &msg);
+   edje_object_message_send(term->bg_edj, EDJE_MESSAGE_INT, 1, &msg);
    edje_object_message_send(edje, EDJE_MESSAGE_INT, 1, &msg);
 
    if (term->config->translucent)

-- 


Reply via email to