[PATCH 1/2] gdiplus/tests: Test that hatch fill uses rendering origin.

Esme Povirk (they/them) vincent at codeweavers.com
Tue Jun 16 20:58:01 CDT 2020


+        const INT exp_x = ((tests[i][0] % 8) + 8) % 8;
+        const INT exp_y = ((tests[i][1] % 8) + 8) % 8;

Not sure if it matters too much, but this could be more simply written as & 7.



More information about the wine-devel mailing list