etrunko pushed a commit to branch ecore-1.7.

commit 587708745bc02f41b1c5b1fa28d0d4caee86ef6e
Author: Rafael Antognolli <[email protected]>
Date:   Mon May 6 16:16:14 2013 -0300

    ecore_evas/wayland_egl: Call ecore_wl_window_transparent_set.
    
    It must be called on EGL, otherwise it definitely won't work.
---
 src/lib/ecore_evas/ecore_evas_wayland_egl.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/lib/ecore_evas/ecore_evas_wayland_egl.c 
b/src/lib/ecore_evas/ecore_evas_wayland_egl.c
index 61ca385..504b5e2 100644
--- a/src/lib/ecore_evas/ecore_evas_wayland_egl.c
+++ b/src/lib/ecore_evas/ecore_evas_wayland_egl.c
@@ -814,6 +814,10 @@ _ecore_evas_wl_transparent_set(Ecore_Evas *ee, int 
transparent)
    if (!ee) return;
    if ((ee->transparent == transparent)) return;
    ee->transparent = transparent;
+
+   if (ee->engine.wl.win)
+     ecore_wl_window_transparent_set(ee->engine.wl.win, transparent);
+
    if (!ee->visible) return;
    if ((einfo = (Evas_Engine_Info_Wayland_Egl 
*)evas_engine_info_get(ee->evas)))
      {

-- 

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk

Reply via email to