Ignore:
Timestamp:
Dec 16, 1999, 1:11:49 AM (26 years ago)
Author:
sandervl
Message:

sendmessage + hook updates + misc fixes

File:
1 edited

Legend:

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

    r2076 r2084  
    1 /* $Id: pmwindow.cpp,v 1.64 1999-12-14 19:13:19 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.65 1999-12-16 00:11:45 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    214214  if(msg == WIN32APP_POSTMSG && (ULONG)mp1 == WIN32PM_MAGIC) {
    215215        //win32 app user message
    216         win32wnd->PostMessage((POSTMSG_PACKET *)mp2);
    217         return (MRESULT)0;
     216        return (MRESULT)win32wnd->PostMessage((POSTMSG_PACKET *)mp2);;
    218217  }
    219218  switch( msg )
     
    417416        break;
    418417    }
    419 
     418    case WM_MINMAXFRAME:
     419    {
     420        dprintf(("OS2: WM_MINMAXFRAME"));
     421        break;
     422    }
    420423    case WM_OWNERPOSCHANGE:
    421424    {
Note: See TracChangeset for help on using the changeset viewer.