From: James Tabor Date: Fri, 31 Mar 2017 23:48:48 +0000 (+0000) Subject: [NtUser] X-Git-Tag: ReactOS-0.4.5~176 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=755636e921145a8667d8e703e37d6ce20c78d0d4;hp=bf3b8cd27304ccb06f168229eba150b8cb7101a3 [NtUser] - Again, add more information from CORE-9667 thememenu.patch so it does not get lost. svn path=/trunk/; revision=74257 --- diff --git a/reactos/win32ss/include/ntuser.h b/reactos/win32ss/include/ntuser.h index 31682dd672a..5482ac690fe 100644 --- a/reactos/win32ss/include/ntuser.h +++ b/reactos/win32ss/include/ntuser.h @@ -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