st/dri: Add comment for intentional fallthrough in case statement.

This commit is contained in:
Vinson Lee 2010-01-18 18:14:03 -08:00
parent 28576c9ac5
commit f8db32acbd

View file

@ -183,6 +183,7 @@ dri_get_buffers(__DRIdrawablePrivate * dPriv)
case __DRI_BUFFER_FRONT_LEFT:
if (!st_screen->auto_fake_front)
continue;
/* fallthrough */
case __DRI_BUFFER_FAKE_FRONT_LEFT:
index = ST_SURFACE_FRONT_LEFT;
format = drawable->color_format;