Ignore:
Timestamp:
Oct 3, 1999, 10:38:02 PM (26 years ago)
Author:
sandervl
Message:

mouse dragging fix + updated isMdiClient code/headers

File:
1 edited

Legend:

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

    r1019 r1114  
    1 /* $Id: win32wmdiclient.cpp,v 1.2 1999-09-23 14:39:53 phaller Exp $ */
     1/* $Id: win32wmdiclient.cpp,v 1.3 1999-10-03 20:38:02 sandervl Exp $ */
    22/*
    33 * Win32 MDI Client Window Class for OS/2
     
    6262//******************************************************************************
    6363//******************************************************************************
     64BOOL Win32MDIClientWindow::isMDIClient()
     65{
     66    return TRUE;
     67}
     68//******************************************************************************
     69//******************************************************************************
    6470LRESULT Win32MDIClientWindow::MDIClientWndProc(UINT message, WPARAM wParam, LPARAM lParam)
    6571{
Note: See TracChangeset for help on using the changeset viewer.