mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[Win32k]
- Turn on MDI system menus. svn path=/trunk/; revision=63493
This commit is contained in:
parent
86da1bfa04
commit
d3a1610c4b
1 changed files with 6 additions and 6 deletions
|
@ -1684,12 +1684,12 @@ PMENU FASTCALL MENU_GetSystemMenu(PWND Window, PMENU Popup)
|
|||
if (!Popup)
|
||||
{
|
||||
//hNewMenu = co_IntLoadSysMenuTemplate();
|
||||
//if ( Window->ExStyle & WS_EX_MDICHILD )
|
||||
//{
|
||||
// RtlInitUnicodeString( &MenuName, L"SYSMENUMDI");
|
||||
// hNewMenu = co_IntCallLoadMenu( hModClient, &MenuName);
|
||||
//}
|
||||
//else
|
||||
if ( Window->ExStyle & WS_EX_MDICHILD )
|
||||
{
|
||||
RtlInitUnicodeString( &MenuName, L"SYSMENUMDI");
|
||||
hNewMenu = co_IntCallLoadMenu( hModClient, &MenuName);
|
||||
}
|
||||
else
|
||||
{
|
||||
RtlInitUnicodeString( &MenuName, L"SYSMENU");
|
||||
hNewMenu = co_IntCallLoadMenu( hModClient, &MenuName);
|
||||
|
|
Loading…
Reference in a new issue