Ignore:
Timestamp:
Jan 14, 2000, 2:16:59 PM (26 years ago)
Author:
sandervl
Message:

Several window position bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/win32wmdichild.cpp

    r2426 r2435  
    1 /* $Id: win32wmdichild.cpp,v 1.8 2000-01-13 13:54:55 sandervl Exp $ */
     1/* $Id: win32wmdichild.cpp,v 1.9 2000-01-14 13:16:59 sandervl Exp $ */
    22/*
    33 * Win32 MDI Child Window Class for OS/2
     
    534534    RECT rect;
    535535
    536     getClientRect(&rect);
     536    client->getClientRect(&rect);
    537537    if(client->getParent() == NULL) {
    538538        dprintf(("Win32MDIChildWindow::childGetMinMaxInfo:: client parent == NULL!!"));
Note: See TracChangeset for help on using the changeset viewer.