Ignore:
Timestamp:
Jul 4, 2001, 11:29:52 AM (24 years ago)
Author:
sandervl
Message:

SetParent bugfix

File:
1 edited

Legend:

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

    r6067 r6166  
    1 /* $Id: win32wbase.h,v 1.121 2001-06-22 18:32:11 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.122 2001-07-04 09:29:52 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    253253         HWND   getOS2HwndModalDialog()       { return OS2HwndModalDialog; };
    254254         BOOL   CanReceiveSizeMsgs()          { return !fNoSizeMsg; };
     255         BOOL   IsParentChanging()            { return fParentChange; };
    255256         BOOL   IsWindowCreated()             { return fCreated; }
    256257         BOOL   IsWindowDestroyed()           { return fIsDestroyed; };
     
    373374                                         //sent by PM and those sent by apps
    374375                 fNoSizeMsg:1,
     376                 fParentChange:1,
    375377                 fIsDestroyed:1,
    376378                 fDestroyWindowCalled:1, //DestroyWindow was called for this window
Note: See TracChangeset for help on using the changeset viewer.