- Again, add more information from CORE-9667 thememenu.patch so it does not get lost.

svn path=/trunk/; revision=74257
This commit is contained in:
James Tabor 2017-03-31 23:48:48 +00:00
parent bf3b8cd273
commit 755636e921

View file

@ -2715,10 +2715,10 @@ NTAPI
NtUserPaintMenuBar(
HWND hWnd,
HDC hDC,
ULONG left,
ULONG right,
ULONG top,
BOOL bActive); // DWORD Flags);
ULONG left, // x,
ULONG right, // width, // Scale the edge thickness, offset?
ULONG top, // y,
BOOL bActive); // DWORD Flags); DC_ACTIVE or WS_ACTIVECAPTION, by checking WNDS_ACTIVEFRAME and foreground.
BOOL
APIENTRY