Changeset 1231 for trunk/src/user32/window.cpp
- Timestamp:
- Oct 9, 1999, 8:16:58 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/window.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r1159 r1231 1 /* $Id: window.cpp,v 1.1 1 1999-10-07 09:28:02sandervl Exp $ */1 /* $Id: window.cpp,v 1.12 1999-10-09 18:16:57 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window apis for OS/2 … … 405 405 return 0; 406 406 } 407 dprintf(("GetTopWindow %x", hwnd));408 407 return window->GetTopWindow(); 409 408 } … … 591 590 { 592 591 HWND hwnd; 593 // dprintf(("USER32: GetFocus\n"));594 592 595 593 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; 597 597 } 598 598 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.
