Changeset 6791 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Sep 23, 2001, 10:14:56 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r6783 r6791 1 /* $Id: win32wbase.cpp,v 1.28 4 2001-09-22 18:21:00sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.285 2001-09-23 08:14:56 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 978 978 threadidhwnd = O32_GetWindowThreadProcessId(hwndOS2Win, &procidhwnd); 979 979 } 980 #if 0981 //Warning: temporary hack to force focus to newly created window982 //RealPlayer 8 does not pass WM_ACTIVATE to defwindowproc and doesn't call983 //setfocus -> keyboard focus not set984 //TODO: Find real cause!!985 // if(GetFocus() == 0 && fActivate) {986 // if(!(getStyle() & WS_MINIMIZE))987 // SetFocus(getWindowHandle());988 // }989 //Warning: temporary hack to force focus to newly created window990 //SvL: No longer appears to happen with rp8991 #endif992 980 993 981 if(fActivate) {
Note:
See TracChangeset
for help on using the changeset viewer.