Changeset 9791 for trunk/src/user32/win32wbasenonclient.cpp
- Timestamp:
- Feb 13, 2003, 11:12:27 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasenonclient.cpp
r9598 r9791 1 /* $Id: win32wbasenonclient.cpp,v 1.4 7 2003-01-03 16:35:57 sandervl Exp $ */1 /* $Id: win32wbasenonclient.cpp,v 1.48 2003-02-13 10:12:27 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (non-client methods) … … 270 270 //SvL: Calling topparent->SetActiveWindow() causes focus problems 271 271 ::SetActiveWindow(hwndTopParent); 272 //// OSLibWinSetFocus(topparent->getOS2WindowHandle());272 //// SetFocus(topparent->getWindowHandle()); 273 273 } 274 274 if (GetActiveWindow() == hwndTopParent) … … 1071 1071 dprintf(("DoNCPaint %x %x %d", getWindowHandle(), clip, suppress_menupaint)); 1072 1072 1073 if ( getStyle() & WS_MINIMIZE||1073 if ( (getStyle() & WS_MINIMIZE) || 1074 1074 !IsWindowVisible( getWindowHandle() )) { 1075 1075 return; /* Nothing to do */ 1076 1076 } 1077 1077 1078 1078 rect.top = rect.left = 0;
Note:
See TracChangeset
for help on using the changeset viewer.