Ignore:
Timestamp:
Oct 15, 1999, 3:52:56 PM (26 years ago)
Author:
sandervl
Message:

Window destruction fixes

File:
1 edited

Legend:

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

    r949 r1311  
    1 /* $Id: win32wndchild.cpp,v 1.1 1999-09-15 23:19:02 sandervl Exp $ */
     1/* $Id: win32wndchild.cpp,v 1.2 1999-10-15 13:52:56 sandervl Exp $ */
    22/*
    33 * Win32 Child/Parent window class for OS/2
     
    2929        parent->RemoveChild(this);
    3030  }
     31//SvL: PM sends WM_DESTROY for all the children
     32#if 0
    3133  if(children != 0) {
    3234        dprintf(("ChildWindow::~ChildWindow children not yet destroyed!!"));
    3335        DestroyChildren();
    3436  }
     37#endif
    3538}
    3639//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.