[NtGDI] Fix brush attribute transfer.

This commit is contained in:
James Tabor 2021-09-28 19:08:45 -05:00
parent ef003fa47d
commit b5fae844de
2 changed files with 34 additions and 0 deletions

View file

@ -113,6 +113,8 @@ public:
VOID
vSetSolidColor(
_In_ COLORREF crColor);
VOID vReleaseAttribute(VOID);
};
/* HACK! */