gdi32: Mark a fall-through in a switch statement.
This commit is contained in:
parent
2b9381db1c
commit
ee77f52163
@ -1826,6 +1826,7 @@ static BOOL PATH_WidenPath(DC *dc)
|
|||||||
pStrokes[numStrokes - 1] = HeapAlloc(GetProcessHeap(), 0, sizeof(GdiPath));
|
pStrokes[numStrokes - 1] = HeapAlloc(GetProcessHeap(), 0, sizeof(GdiPath));
|
||||||
PATH_InitGdiPath(pStrokes[numStrokes - 1]);
|
PATH_InitGdiPath(pStrokes[numStrokes - 1]);
|
||||||
pStrokes[numStrokes - 1]->state = PATH_Open;
|
pStrokes[numStrokes - 1]->state = PATH_Open;
|
||||||
|
/* fall through */
|
||||||
case PT_LINETO:
|
case PT_LINETO:
|
||||||
case (PT_LINETO | PT_CLOSEFIGURE):
|
case (PT_LINETO | PT_CLOSEFIGURE):
|
||||||
point.x = pPath->pPoints[i].x;
|
point.x = pPath->pPoints[i].x;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user