Changeset 8944 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Jul 30, 2002, 8:55:42 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r8943 r8944 1 /* $Id: win32wbase.cpp,v 1.33 0 2002-07-30 18:48:26achimha Exp $ */1 /* $Id: win32wbase.cpp,v 1.331 2002-07-30 18:55:42 achimha Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2780 2780 // coordinates can. We must make sure the control stays at the 2781 2781 // same position (y) relative to the (new) parent. 2782 // TODO: shouldn't we check the state of the window and not do it in INIT state? 2782 2783 SetWindowPos(HWND_TOPMOST, rectWindow.left, rectWindow.top, 0, 0, 2783 2784 SWP_NOACTIVATE|SWP_NOSIZE);
Note:
See TracChangeset
for help on using the changeset viewer.