Ignore:
Timestamp:
Oct 2, 2001, 7:14:10 PM (24 years ago)
Author:
sandervl
Message:

small updates for frame tracking

File:
1 edited

Legend:

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

    r6927 r6928  
    1 /* $Id: win32wbase.cpp,v 1.287 2001-10-01 17:28:08 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.288 2001-10-02 17:14:10 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    24992499    {//don't change size; modify internal structures only
    25002500        //TODO: not 100% correct yet (activate)
     2501        dprintf2(("state < STATE_POST_WMNCCREATE"));
    25012502        if(!(fuFlags & SWP_NOZORDER)) {
    25022503            hwndLinkAfter = hwndInsertAfter;
     
    25432544
    25442545    if (swp.fl == 0) {
     2546        dprintf2(("swp.fl == 0"));
    25452547        if(fuFlags & SWP_FRAMECHANGED)
    25462548        {
Note: See TracChangeset for help on using the changeset viewer.