Ignore:
Timestamp:
Mar 31, 2000, 4:42:49 PM (25 years ago)
Author:
cbratschi
Message:

HTTRANSPARENT

File:
1 edited

Legend:

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

    r3101 r3284  
    1 /* $Id: pmframe.cpp,v 1.45 2000-03-13 13:10:47 sandervl Exp $ */
     1/* $Id: pmframe.cpp,v 1.46 2000-03-31 14:42:47 cbratschi Exp $ */
    22/*
    33 * Win32 Frame Managment Code for OS/2
     
    164164      RestoreOS2TIB();
    165165      return (MRESULT)TRUE;
     166    }
     167
     168    case WM_HITTEST:
     169    {
     170        if (win32wnd->IsWindowCreated())
     171        {
     172          MRESULT rc;
     173
     174          rc = (MRESULT)win32wnd->MsgHitTest(pWinMsg);
     175          RestoreOS2TIB();
     176          return rc;
     177        }
     178        return (MRESULT)HT_NORMAL;
    166179    }
    167180
Note: See TracChangeset for help on using the changeset viewer.