Set surface opaque region to NULL if window is transparent/alpha.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-09-04 14:24:04 +01:00
parent cf7c9b9d6b
commit 6ab1bd2f71
1 changed files with 2 additions and 0 deletions

View File

@ -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 */