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/win32wmdiclient.cpp

    r3153 r3603  
    1 /* $Id: win32wmdiclient.cpp,v 1.26 2000-03-18 16:13:40 cbratschi Exp $ */
     1/* $Id: win32wmdiclient.cpp,v 1.27 2000-05-24 19:30:08 sandervl Exp $ */
    22/*
    33 * Win32 MDI Client Window Class for OS/2
     
    333333    }
    334334
     335    /* Don't activate if it is already active. Might happen
     336       since ShowWindow DOES activate MDI children */
     337    if(activeChild == child)
     338    {
     339        return 0;
     340    }
     341
    335342    if( GetActiveWindow() == getParent()->getWindowHandle())
    336343        isActiveFrameWnd = TRUE;
Note: See TracChangeset for help on using the changeset viewer.