mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 18:20:10 +01:00
st/dri: Add comment for intentional fallthrough in case statement.
This commit is contained in:
parent
28576c9ac5
commit
f8db32acbd
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue