- Timestamp:
- Jan 2, 2003, 4:21:45 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r8978 r9588 1 /* $Id: window.cpp,v 1.12 8 2002-08-09 11:19:56sandervl Exp $ */1 /* $Id: window.cpp,v 1.129 2003-01-02 15:21:45 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window apis for OS/2 … … 783 783 if(!window) { 784 784 dprintf(("SetFocus, window %x not found", hwnd)); 785 SetLastError(ERROR_INVALID_WINDOW_HANDLE); 786 return 0; 785 //Note: last error not set (NT4, SP6), returns current focus window 786 //SetLastError(ERROR_INVALID_WINDOW_HANDLE); 787 return GetFocus(); 787 788 } 788 789
Note:
See TracChangeset
for help on using the changeset viewer.