25 Mar
2025
25 Mar
'25
8:44 p.m.
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: ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7654#note_99059