Ignore:
Timestamp:
Dec 14, 1999, 8:13:20 PM (26 years ago)
Author:
sandervl
Message:

MDI changes + WM_INITMENU support added + disabled experimental support for CS_PARENTDC style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/pmwindow.cpp

    r1981 r2076  
    1 /* $Id: pmwindow.cpp,v 1.63 1999-12-05 14:31:41 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.64 1999-12-14 19:13:19 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    781781
    782782    case WM_INITMENU:
     783        win32wnd->MsgInitMenu((HWND)mp2);
     784        break;
     785
    783786    case WM_MENUSELECT:
    784787    case WM_MENUEND:
Note: See TracChangeset for help on using the changeset viewer.