Bartosz Kosiorek (@gang65) commented about dlls/gdiplus/region.c:
{ case CombineModeIntersect: return get_region_hrgn(element->elementdata.combine.right, graphics, hrgn); case CombineModeXor: case CombineModeExclude:
I know that you have not touched this code, but the `case` formatting is really weird compared to the rest of the code. ```suggestion:-0+0 case CombineModeXor: case CombineModeExclude: ```