Fall back to ANIMATION_NONE if startup-animation is zoom
authorKristian Høgsberg <krh@bitplanet.net>
Wed, 30 Oct 2013 15:59:55 +0000 (08:59 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 30 Oct 2013 15:59:55 +0000 (08:59 -0700)
commit912e0a117acf632b90ea1a883c2390c526fd44c0
treef22aa91e14192f7a1fe5a8bb98dc1e6a53f45ab6
parent4a7409a1f5b055fe7b8dffa763802d51381b1d22
Fall back to ANIMATION_NONE if startup-animation is zoom

get_animation_type() parses "none", "zoom" and "fade" but for the
startup animation, we only support "none" and "fade".  If we get "zoom"
just fall back to "none" like we do for all unrecognized strings.

https://bugs.freedesktop.org/show_bug.cgi?id=71006
src/shell.c