Ignore:
Timestamp:
Nov 17, 2000, 10:56:54 AM (25 years ago)
Author:
sandervl
Message:

SetWindowPos fix for SWP_FRAMECHANGED

File:
1 edited

Legend:

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

    r4558 r4606  
    1 /* $Id: win32wbase.cpp,v 1.221 2000-11-05 18:49:07 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.222 2000-11-17 09:56:54 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    23612361    if((fuFlags & SWP_FRAMECHANGED) && (fuFlags & (SWP_NOMOVE | SWP_NOSIZE) == (SWP_NOMOVE | SWP_NOSIZE)))
    23622362    {
     2363        MsgFormatFrame(NULL);
    23632364        UnionRect(&oldClientRect, &oldClientRect, &rectClient);
    23642365        OffsetRect(&oldClientRect, -rectClient.left, -rectClient.top);
Note: See TracChangeset for help on using the changeset viewer.