From 755636e921145a8667d8e703e37d6ce20c78d0d4 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Fri, 31 Mar 2017 23:48:48 +0000 Subject: [PATCH 1/1] [NtUser] - Again, add more information from CORE-9667 thememenu.patch so it does not get lost. svn path=/trunk/; revision=74257 --- reactos/win32ss/include/ntuser.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.17.1