projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf3b8cd
)
[NtUser]
author
James Tabor
<james.tabor@reactos.org>
Fri, 31 Mar 2017 23:48:48 +0000
(23:48 +0000)
committer
James 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
patch
|
blob
|
history
diff --git
a/reactos/win32ss/include/ntuser.h
b/reactos/win32ss/include/ntuser.h
index
31682dd
..
5482ac6
100644
(file)
--- 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