[NtUser]
authorJames Tabor <james.tabor@reactos.org>
Fri, 31 Mar 2017 23:48:48 +0000 (23:48 +0000)
committerJames Tabor <james.tabor@reactos.org>
Fri, 31 Mar 2017 23:48:48 +0000 (23:48 +0000)
- 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

index 31682dd..5482ac6 100644 (file)
@@ -2715,10 +2715,10 @@ NTAPI
 NtUserPaintMenuBar(
     HWND hWnd,
     HDC hDC,
 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
 
 BOOL
 APIENTRY