Ignore:
Timestamp:
May 24, 2000, 9:30:08 PM (25 years ago)
Author:
sandervl
Message:

experimental WM_NCHITTEST generation (disabled) + MDI fixes

File:
1 edited

Legend:

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

    r3584 r3603  
    1 /* $Id: pmframe.cpp,v 1.54 2000-05-22 17:21:10 cbratschi Exp $ */
     1/* $Id: pmframe.cpp,v 1.55 2000-05-24 19:30:05 sandervl Exp $ */
    22/*
    33 * Win32 Frame Managment Code for OS/2
     
    464464        USHORT flags = WinQueryWindowUShort(hwnd,QWS_FLAGS);
    465465
    466         dprintf(("PMFRAME: WM_ACTIVATE %x %x", hwnd, mp2));
     466        dprintf(("PMFRAME: WM_ACTIVATE %x %x %x", hwnd, mp1, mp2));
    467467        if(win32wnd->IsWindowCreated())
    468468          win32wnd->DispatchMsgA(pWinMsg);
Note: See TracChangeset for help on using the changeset viewer.