evas gl generic - comment switch fallthrough as intended

this is intended. document as such.
This commit is contained in:
Carsten Haitzler 2017-02-08 18:38:42 +09:00
parent e77f3b75d6
commit 98aac6118d
1 changed files with 2 additions and 0 deletions

View File

@ -3018,8 +3018,10 @@ eng_image_data_slice_add(void *engdata, void *image,
{
case EFL_GFX_COLORSPACE_ARGB8888:
bpp = 4;
// falltrhough is intended
case EFL_GFX_COLORSPACE_AGRY88:
if (!bpp) bpp = 2;
// falltrhough is intended
case EFL_GFX_COLORSPACE_GRY8:
if (!bpp) bpp = 1;
if (plane != 0) goto fail;