Changeset 6928 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Oct 2, 2001, 7:14:10 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r6927 r6928 1 /* $Id: win32wbase.cpp,v 1.28 7 2001-10-01 17:28:08sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.288 2001-10-02 17:14:10 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2499 2499 {//don't change size; modify internal structures only 2500 2500 //TODO: not 100% correct yet (activate) 2501 dprintf2(("state < STATE_POST_WMNCCREATE")); 2501 2502 if(!(fuFlags & SWP_NOZORDER)) { 2502 2503 hwndLinkAfter = hwndInsertAfter; … … 2543 2544 2544 2545 if (swp.fl == 0) { 2546 dprintf2(("swp.fl == 0")); 2545 2547 if(fuFlags & SWP_FRAMECHANGED) 2546 2548 {
Note:
See TracChangeset
for help on using the changeset viewer.