mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[NtUser]
- 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:
parent
bf3b8cd273
commit
755636e921
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue