Ignore:
Timestamp:
Feb 18, 2001, 3:18:39 PM (25 years ago)
Author:
sandervl
Message:

workaround for window origin changes

File:
1 edited

Legend:

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

    r5146 r5164  
    1 /* $Id: win32wbase.cpp,v 1.235 2001-02-17 14:49:26 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.236 2001-02-18 14:18:39 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    24112411    }
    24122412
     2413//testestest
     2414    if(getParent() && getParent()->isOwnDC()) {
     2415        dprintfOrigin(getParent()->getOwnDC());
     2416        selectClientArea(getParent(), getParent()->getOwnDC());
     2417    }
     2418//testestest
     2419
    24132420    if((fuFlags & SWP_FRAMECHANGED) && (fuFlags & (SWP_NOMOVE | SWP_NOSIZE) == (SWP_NOMOVE | SWP_NOSIZE)))
    24142421    {
Note: See TracChangeset for help on using the changeset viewer.