Ignore:
Timestamp:
Apr 18, 2000, 1:13:01 PM (25 years ago)
Author:
sandervl
Message:

misc updates

File:
1 edited

Legend:

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

    r3373 r3419  
    1 /* $Id: window.cpp,v 1.60 2000-04-13 18:50:44 sandervl Exp $ */
     1/* $Id: window.cpp,v 1.61 2000-04-18 11:13:01 sandervl Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    658658      window = windowDesktop;
    659659
    660 
    661660    if(!window) {
    662661        dprintf(("GetWindowRect, window %x not found", hwnd));
     
    670669    *pRect = *window->getWindowRect(); //always in screen coordinates
    671670
    672     if(hwnd == 0x68000034) {
    673         window = 0;
    674     }
    675671    dprintf(("GetWindowRect %x (%d,%d) (%d,%d)", hwnd, pRect->left, pRect->top, pRect->right, pRect->bottom));
    676672    return TRUE;
Note: See TracChangeset for help on using the changeset viewer.