Ignore:
Timestamp:
May 3, 2000, 8:35:56 PM (25 years ago)
Author:
sandervl
Message:

capture changes/fixes, SetWindowPos fix

File:
1 edited

Legend:

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

    r3482 r3488  
    1 /* $Id: window.cpp,v 1.63 2000-05-02 20:50:53 sandervl Exp $ */
     1/* $Id: window.cpp,v 1.64 2000-05-03 18:35:55 sandervl Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    604604
    605605    hwnd = OSLibWinQueryFocus(OSLIB_HWND_DESKTOP);
     606    hwnd = Win32BaseWindow::OS2ToWin32Handle(hwnd);
    606607    dprintf(("USER32: GetFocus %x\n", hwnd));
    607     hwnd = Win32BaseWindow::OS2ToWin32Handle(hwnd);
    608608    return hwnd;
    609609}
     
    14121412BOOL WIN32API ShowOwnedPopups( HWND hwnd, BOOL  arg2)
    14131413{
    1414     dprintf(("USER32:  ShowOwnedPopups %x", hwnd));
     1414    dprintf(("USER32:  ShowOwnedPopups (OPEN32: todo) %x", hwnd));
    14151415    return O32_ShowOwnedPopups(Win32BaseWindow::Win32ToOS2FrameHandle(hwnd), arg2);
    14161416}
Note: See TracChangeset for help on using the changeset viewer.