Ignore:
Timestamp:
Oct 15, 1999, 12:03:16 PM (26 years ago)
Author:
sandervl
Message:

GetWindow + EB's message bugfixes

File:
1 edited

Legend:

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

    r1297 r1307  
    1 /* $Id: window.cpp,v 1.15 1999-10-14 18:27:59 sandervl Exp $ */
     1/* $Id: window.cpp,v 1.16 1999-10-15 10:03:16 sandervl Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    400400{
    401401  Win32BaseWindow *window;
     402  HWND rc;
    402403
    403404    window = Win32BaseWindow::GetWindowFromHandle(hwnd);
     
    407408        return 0;
    408409    }
    409     dprintf(("GetWindow %x %d", hwnd, uCmd));
    410     return window->GetWindow(uCmd);
     410    rc = window->GetWindow(uCmd);
     411    dprintf(("GetWindow %x %d returned %x", hwnd, uCmd, rc));
     412    return rc;
    411413}
    412414//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.