Author: jimtabor
Date: Sun Feb 22 03:32:59 2009
New Revision: 39707
URL:
http://svn.reactos.org/svn/reactos?rev=39707&view=rev
Log:
- Add back removed call commented out. First problem I see with this patch, where is the
check for child window? Second, this should be fixed in kernel space not in user32 and
separate the kernel function from NtUserCallHwndLock and make a standalone one for win32k.
With in this year ROSMENUINFO is going away and is deprecated. New structures will be made
available soon.
Modified:
trunk/reactos/dll/win32/user32/windows/menu.c
Modified: trunk/reactos/dll/win32/user32/windows/menu.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/user32/windows/m…
==============================================================================
--- trunk/reactos/dll/win32/user32/windows/menu.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/user32/windows/menu.c [iso-8859-1] Sun Feb 22 03:32:59 2009
@@ -4033,6 +4033,7 @@
BOOL WINAPI
DrawMenuBar(HWND hWnd)
{
+// return (BOOL)NtUserCallHwndLock(hWnd, HWNDLOCK_ROUTINE_DRAWMENUBAR);
ROSMENUINFO MenuInfo;
HMENU hMenu;
hMenu = GetMenu(hWnd);