Ignore:
Timestamp:
Jan 9, 2000, 3:38:30 PM (26 years ago)
Author:
sandervl
Message:

Several updates/bug fixes

File:
1 edited

Legend:

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

    r2257 r2383  
    1 /* $Id: window.cpp,v 1.46 1999-12-29 22:54:04 cbratschi Exp $ */
     1/* $Id: window.cpp,v 1.47 2000-01-09 14:37:12 sandervl Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    648648        return 0;
    649649    }
    650     rc = window->GetWindowRect(pRect);
     650    *pRect = *window->getWindowRect();
    651651    dprintf(("GetWindowRect %x (%d,%d) (%d,%d)", hwnd, pRect->left, pRect->top, pRect->right, pRect->bottom));
    652     return rc;
     652    return TRUE;
    653653}
    654654//******************************************************************************
     
    10091009    DWP *pDWP;
    10101010
    1011     dprintf(("USER32:  BeginDeferWindowPos\n"));
     1011    dprintf(("USER32: BeginDeferWindowPos %x", count));
    10121012    if (count <= 0)
    10131013    {
Note: See TracChangeset for help on using the changeset viewer.