Changeset 9941 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Mar 27, 2003, 11:42:42 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/win32wbase.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r9933 r9941 1 /* $Id: win32wbase.cpp,v 1.36 3 2003-03-22 20:27:12sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.364 2003-03-27 10:42:41 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 1156 1156 1157 1157 //SvL: Calling OSLibSetActiveWindow(hwndTop); causes focus problems 1158 if (win32top ) {1158 if (win32top && !win32top->isFakeWindow()) { 1159 1159 //Must use client window handle (not frame!!) 1160 1160 SetFocus(win32top->getWindowHandle()); … … 1461 1461 //****************************************************************************** 1462 1462 BOOL Win32BaseWindow::isDesktopWindow() 1463 { 1464 return FALSE; 1465 } 1466 //****************************************************************************** 1467 //****************************************************************************** 1468 BOOL Win32BaseWindow::isFakeWindow() 1463 1469 { 1464 1470 return FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.
