diff --git a/reactos/include/reactos/win32k/ntgdihdl.h b/reactos/include/reactos/win32k/ntgdihdl.h index 00a971c2050..b5d23b7ffc7 100644 --- a/reactos/include/reactos/win32k/ntgdihdl.h +++ b/reactos/include/reactos/win32k/ntgdihdl.h @@ -120,6 +120,10 @@ typedef struct _DC_ATTR ULONG ulBackgroundClr; COLORREF crForegroundClr; ULONG ulForegroundClr; + COLORREF crBrushClr; + ULONG ulBrushClr; + COLORREF crPenClr; + ULONG ulPenClr; DWORD iCS_CP; INT iGraphicsMode; BYTE jROP2;