Changeset 9785 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Feb 11, 2003, 3:20:01 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r9783 r9785 1 /* $Id: win32wbase.cpp,v 1.35 6 2003-02-10 19:10:22sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.357 2003-02-11 14:20:01 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 1182 1182 //SvL: Calling OSLibSetActiveWindow(hwndTop); causes focus problems 1183 1183 if (win32top) { 1184 OSLibWinSetFocus(win32top->getOS2FrameWindowHandle()); 1184 //Must use client window handle (not frame!!) 1185 OSLibWinSetFocus(win32top->getOS2WindowHandle()); 1185 1186 RELEASE_WNDOBJ(win32top); 1186 1187 }
Note:
See TracChangeset
for help on using the changeset viewer.