mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:05:40 +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)
|
if (!Popup)
|
||||||
{
|
{
|
||||||
//hNewMenu = co_IntLoadSysMenuTemplate();
|
//hNewMenu = co_IntLoadSysMenuTemplate();
|
||||||
//if ( Window->ExStyle & WS_EX_MDICHILD )
|
if ( Window->ExStyle & WS_EX_MDICHILD )
|
||||||
//{
|
{
|
||||||
// RtlInitUnicodeString( &MenuName, L"SYSMENUMDI");
|
RtlInitUnicodeString( &MenuName, L"SYSMENUMDI");
|
||||||
// hNewMenu = co_IntCallLoadMenu( hModClient, &MenuName);
|
hNewMenu = co_IntCallLoadMenu( hModClient, &MenuName);
|
||||||
//}
|
}
|
||||||
//else
|
else
|
||||||
{
|
{
|
||||||
RtlInitUnicodeString( &MenuName, L"SYSMENU");
|
RtlInitUnicodeString( &MenuName, L"SYSMENU");
|
||||||
hNewMenu = co_IntCallLoadMenu( hModClient, &MenuName);
|
hNewMenu = co_IntCallLoadMenu( hModClient, &MenuName);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue