Re: [PATCH weston 1/2] compositor: Init fade surface color properly

2013-02-14 Thread Kristian Høgsberg
On Wed, Feb 13, 2013 at 04:06:37PM +0200, Ander Conselvan de Oliveira wrote: > When fading in, if a repaint was triggered after a call to > weston_compositor_fade() but before the first call to fade_frame(), > the fade surface wouldn't be drawn because its alpha channel wasn't > initialized properl

[PATCH weston 1/2] compositor: Init fade surface color properly

2013-02-13 Thread Ander Conselvan de Oliveira
When fading in, if a repaint was triggered after a call to weston_compositor_fade() but before the first call to fade_frame(), the fade surface wouldn't be drawn because its alpha channel wasn't initialized properly. --- src/compositor.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di