shell: Add missing cases to switch statements for animations and fading
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Mon, 25 Nov 2013 18:01:32 +0000 (18:01 +0000)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 2 Dec 2013 19:44:49 +0000 (11:44 -0800)
commit4a86a0a57b245a2f288559b810ad7b156bb4ff66
tree0f0a7dd7fee9482f096f663e75ec29c1ff93f448
parent0f640e219cbf5cc0ca8ff5b3fb51437ace6f5cb0
shell: Add missing cases to switch statements for animations and fading

This fixes two GCC warnings when compiling with -Wswitch-enum
-Wswitch-default, and makes it clearer that those cases have been
thought about explicitly when writing the code, rather than just being
forgotten.
src/shell.c