Ignore:
Timestamp:
Oct 19, 1999, 2:52:31 PM (26 years ago)
Author:
sandervl
Message:

MDI fix + desktop as parent for main windows

File:
1 edited

Legend:

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

    r1236 r1357  
    1 /* $Id: win32wmdiclient.cpp,v 1.6 1999-10-09 19:27:40 sandervl Exp $ */
     1/* $Id: win32wmdiclient.cpp,v 1.7 1999-10-19 12:52:30 sandervl Exp $ */
    22/*
    33 * Win32 MDI Client Window Class for OS/2
     
    4141//******************************************************************************
    4242Win32MDIClientWindow::Win32MDIClientWindow(CREATESTRUCTA *lpCreateStructA, ATOM classAtom, BOOL isUnicode)
    43                 : Win32BaseWindow(lpCreateStructA, classAtom, isUnicode)
    44 {
    45     maximizedChild     = 0;
    46     activeChild        = 0;
    47     nActiveChildren    = 0;
    48     nTotalCreated      = 0;
    49     frameTitle         = NULL;
    50     mdiFlags           = 0;
    51     idFirstChild       = 0;
    52     hWindowMenu        = 0;
    53     sbRecalc           = 0;
     43                : maximizedChild(0), activeChild(0), nActiveChildren(0), nTotalCreated(0),
     44                  frameTitle(NULL), mdiFlags(0), idFirstChild(0), hWindowMenu(0),
     45                  sbRecalc(0),
     46                  Win32BaseWindow(lpCreateStructA, classAtom, isUnicode)
     47{
    5448}
    5549//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.