Changeset 21119
- Timestamp:
- Apr 15, 2004, 6:18:55 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/user32/win32wbase.cpp ¶
r21063 r21119 1 /* $Id: win32wbase.cpp,v 1.38 7 2004-03-16 13:56:12sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.388 2004-04-15 16:18:55 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2474 2474 fuFlags &= ~SWP_HIDEWINDOW; 2475 2475 } 2476 2476 //SvL: These checks are causing problems in Lotus Notes 6 2477 // It's not entirely clear why, but child windows are not placed 2478 // correctly when enabling them. 2479 #if 0 2477 2480 if((rectWindow.right - rectWindow.left == cx) && (rectWindow.bottom - rectWindow.top == cy)) { 2478 2481 fuFlags |= SWP_NOSIZE; /* Already the right size */ … … 2482 2485 fuFlags |= SWP_NOMOVE; /* Already the right position */ 2483 2486 } 2487 #endif 2484 2488 2485 2489 if(getWindowHandle() == GetActiveWindow()) { … … 2496 2500 } 2497 2501 } 2502 2498 2503 /* TODO: Check hwndInsertAfter */ 2499 2504
Note:
See TracChangeset
for help on using the changeset viewer.