Author: jimtabor Date: Fri Mar 31 23:48:48 2017 New Revision: 74257
URL: http://svn.reactos.org/svn/reactos?rev=74257&view=rev Log: [NtUser] - Again, add more information from CORE-9667 thememenu.patch so it does not get lost.
Modified: trunk/reactos/win32ss/include/ntuser.h
Modified: trunk/reactos/win32ss/include/ntuser.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/include/ntuser.h?re... ============================================================================== --- trunk/reactos/win32ss/include/ntuser.h [iso-8859-1] (original) +++ trunk/reactos/win32ss/include/ntuser.h [iso-8859-1] Fri Mar 31 23:48:48 2017 @@ -2715,10 +2715,10 @@ 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