mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
st/vega: Add a missing break.
This commit is contained in:
parent
a84a1e344f
commit
5be631ce83
1 changed files with 1 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ void vegaSeti (VGParamType type, VGint value)
|
|||
error = VG_ILLEGAL_ARGUMENT_ERROR;
|
||||
else
|
||||
state->image_mode = value;
|
||||
break;
|
||||
#ifdef OPENVG_VERSION_1_1
|
||||
case VG_COLOR_TRANSFORM:
|
||||
state->color_transform = value;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue