Ignore:
Timestamp:
Oct 9, 1999, 8:16:58 PM (26 years ago)
Author:
sandervl
Message:

Desktop window lookup bugfix

File:
1 edited

Legend:

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

    r1159 r1231  
    1 /* $Id: window.cpp,v 1.11 1999-10-07 09:28:02 sandervl Exp $ */
     1/* $Id: window.cpp,v 1.12 1999-10-09 18:16:57 sandervl Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    405405        return 0;
    406406    }
    407     dprintf(("GetTopWindow %x", hwnd));
    408407    return window->GetTopWindow();
    409408}
     
    591590{
    592591    HWND hwnd;
    593 //    dprintf(("USER32:  GetFocus\n"));
    594592
    595593    hwnd = OSLibWinQueryFocus(OSLIB_HWND_DESKTOP);
    596     return Win32BaseWindow::OS2ToWin32Handle(hwnd);
     594    dprintf(("USER32: GetFocus %x\n", hwnd));
     595    hwnd = Win32BaseWindow::OS2ToWin32Handle(hwnd);
     596    return hwnd;   
    597597}
    598598//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.