Restoring alpha after the shell effects.
authorAxel Davy <axel.davy@ens.fr>
Tue, 17 Sep 2013 12:55:55 +0000 (14:55 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Sat, 21 Sep 2013 18:26:46 +0000 (11:26 -0700)
commit5e396ae9ae0e8d869d8ba162558f2721e568e187
tree96e4cf0d28e32e071009aef075138a4433d1ec35
parentfda265268df11b37158382d125a360800be8ba55
Restoring alpha after the shell effects.

After the fade or zoom effects, alpha could not have been 1.0, preventing
not redrawing behind opaque windows.

This patch add a reset function in weston_surface_animation to reset
some variables the effects affect.

Signed-off-by: Axel Davy <axel.davy@ens.fr>
src/animation.c