Alexandre Julliard pushed to branch master at wine / wine
Commits: a816c476 by Stefan Dösinger at 2025-02-06T13:31:02+01:00 gdi32: Windows adds an extra 4 bytes to EMREXTCREATEPEN.
The application in question doesn't care since it is at the end of a struct, but the behavior is consistent and adding it is easier than making our tests check for it.
- - - - - b8d2f94f by Stefan Dösinger at 2025-02-06T13:31:04+01:00 gdi32: Set EMREXTCREATEPEN offBmi and offBits.
Again to match what the tests get on native.
- - - - - 60f31462 by Stefan Dösinger at 2025-02-06T13:31:07+01:00 gdi32: EMREXTCREATEPEN contains a 32 bit EXTLOGPEN.
- - - - - 3cd1c417 by Stefan Dösinger at 2025-02-06T13:31:11+01:00 gdi32/tests: Add an EMREXTCREATEPEN test.
- - - - -
5 changed files:
- dlls/gdi32/emfdc.c - dlls/gdi32/tests/generated.c - dlls/gdi32/tests/metafile.c - dlls/wow64win/gdi.c - include/wingdi.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7b57598dcfc9198aa9cf6ac4ce17e2...