devilhorns pushed a commit to branch master.

commit 6ab1bd2f71ce29a31e1b8f364d3e1158d382b408
Author: Chris Michael <[email protected]>
Date:   Wed Sep 4 14:24:04 2013 +0100

    Set surface opaque region to NULL if window is transparent/alpha.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/ecore_wayland/ecore_wl_window.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/ecore_wayland/ecore_wl_window.c 
b/src/lib/ecore_wayland/ecore_wl_window.c
index bb96017..d31c12d 100644
--- a/src/lib/ecore_wayland/ecore_wl_window.c
+++ b/src/lib/ecore_wayland/ecore_wl_window.c
@@ -631,6 +631,8 @@ ecore_wl_window_opaque_region_set(Ecore_Wl_Window *win, int 
x, int y, int w, int
         else
           wl_surface_set_opaque_region(win->surface, NULL);
      }
+   else
+     wl_surface_set_opaque_region(win->surface, NULL);
 }
 
 /* local functions */

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk

Reply via email to