compositor: Init fade surface color properly
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Wed, 13 Feb 2013 14:06:37 +0000 (16:06 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 14 Feb 2013 21:02:09 +0000 (16:02 -0500)
commit48a9160426f305ce1593b271f2cbcf3ab68d5462
treecf89b24065fe3bcdfab1d4dd4a213e8e853bcd7a
parentc4831be22d801ce34d478b731dd1100d7db78fb5
compositor: Init fade surface color properly

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