Changeset 10587 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Apr 20, 2004, 12:11:44 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r10585 r10587 1 /* $Id: win32wbase.cpp,v 1.38 8 2004-04-15 16:18:55sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.389 2004-04-20 10:11:43 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2476 2476 //SvL: These checks are causing problems in Lotus Notes 6 2477 2477 // It's not entirely clear why, but child windows are not placed 2478 // correctly when enabling them. 2478 // correctly when enabling them. 2479 2479 #if 0 2480 2480 if((rectWindow.right - rectWindow.left == cx) && (rectWindow.bottom - rectWindow.top == cy)) { … … 2668 2668 } 2669 2669 2670 if(!(fuFlags & SWP_NOSIZE)) 2670 if(!(fuFlags & SWP_NOSIZE)) 2671 2671 { 2672 2672 // We must call this function or open DC will get out of sync … … 4274 4274 //****************************************************************************** 4275 4275 GenericObject *Win32BaseWindow::windows = NULL; 4276 CRITICAL_SECTION Win32BaseWindow::critsect = {0};4276 VMutex Win32BaseWindow::critsect; 4277 4277 4278 4278 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.