[Win32k]
authorJames Tabor <james.tabor@reactos.org>
Tue, 6 May 2014 18:09:07 +0000 (18:09 +0000)
committerJames Tabor <james.tabor@reactos.org>
Tue, 6 May 2014 18:09:07 +0000 (18:09 +0000)
commit5e23122314c33684d26c6e86fe6399be5b193e59
tree74c167116b715c6fbc6f18097b2dad7d7d62504e
parent268e540974566e0acfdb99018979dcdc728b2ea1
[Win32k]
- Utilize the new menu structures and use item array instead of the list method. Make sure your applications Appends are in order (reference Mdi.c). Sync ported more wine code too.
- See CORE-5605, CORE-7447, CORE-7967 (Main Bug), CORE-8098 and CORE-8107

svn path=/trunk/; revision=63179
reactos/win32ss/include/ntuser.h
reactos/win32ss/user/ntuser/accelerator.c
reactos/win32ss/user/ntuser/menu.c
reactos/win32ss/user/ntuser/menu.h
reactos/win32ss/user/ntuser/userfuncs.h
reactos/win32ss/user/ntuser/window.c
reactos/win32ss/user/user32/windows/mdi.c
reactos/win32ss/user/user32/windows/menu.c