Changeset 3942 for trunk/src/user32/window.cpp
- Timestamp:
- Aug 2, 2000, 10:18:25 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r3766 r3942 1 /* $Id: window.cpp,v 1.7 1 2000-06-28 18:11:19 sandervlExp $ */1 /* $Id: window.cpp,v 1.72 2000-08-02 20:18:25 bird Exp $ */ 2 2 /* 3 3 * Win32 window apis for OS/2 … … 367 367 if(hwndNewParent == HWND_DESKTOP) { 368 368 hwndNewParent = GetDesktopWindow(); 369 } 369 } 370 370 else { 371 371 parent = Win32BaseWindow::GetWindowFromHandle(hwndNewParent); … … 1081 1081 /* If the atom doesn't exist, then no class */ 1082 1082 /* with this name exists either. */ 1083 if (!(atom = GlobalFindAtomA( lpszClass ))) 1083 if (!(atom = GlobalFindAtomA( lpszClass ))) 1084 1084 { 1085 1085 SetLastError(ERROR_CANNOT_FIND_WND_CLASS); … … 1209 1209 /*********************************************************************** 1210 1210 * DeferWindowPos (USER32.128) 1211 * 1211 * 1212 1212 * TODO: SvL: Does this need to be thread safe? 1213 1213 * … … 1356 1356 * If the function fails, the return value is zero 1357 1357 * Remark : 1358 * Status : FULLY IMPLEMENTED AND TESTED1358 * Status : COMPLETELY IMPLEMENTED AND TESTED 1359 1359 * 1360 1360 * Author : Rene Pronk [Sun, 1999/08/08 23:30]
Note:
See TracChangeset
for help on using the changeset viewer.