[E-devel] [PATCH] evas/wayland_egl: Fix segfault when doing alpha setting in elmentary.

2012-07-23 Thread zhiwen . wu
From: Alex Wu zhiwen...@linux.intel.com When calling elm_win_alpha_set(), the global EGLContext object keep unchanged, but the new EGLSurface object subjects to the new EGLConfig with changed alpha_size. This makes eng_window_new() failed and hence free the Render_Engine object

Re: [E-devel] [PATCH] evas/wayland_egl: Fix segfault when doing alpha setting in elmentary.

2012-07-23 Thread Chris Michael
: Fix segfault when doing alpha setting in elmentary. From: Alex Wu zhiwen...@linux.intel.com When calling elm_win_alpha_set(), the global EGLContext object keep unchanged, but the new EGLSurface object subjects to the new EGLConfig with changed alpha_size. This makes eng_window_new() failed