Ignore:
Timestamp:
Aug 2, 2000, 10:18:25 PM (25 years ago)
Author:
bird
Message:

Function status corrections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/window.cpp

    r3766 r3942  
    1 /* $Id: window.cpp,v 1.71 2000-06-28 18:11:19 sandervl Exp $ */
     1/* $Id: window.cpp,v 1.72 2000-08-02 20:18:25 bird Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    367367    if(hwndNewParent == HWND_DESKTOP) {
    368368        hwndNewParent = GetDesktopWindow();
    369     } 
     369    }
    370370    else {
    371371        parent = Win32BaseWindow::GetWindowFromHandle(hwndNewParent);
     
    10811081        /* If the atom doesn't exist, then no class */
    10821082        /* with this name exists either. */
    1083         if (!(atom = GlobalFindAtomA( lpszClass ))) 
     1083        if (!(atom = GlobalFindAtomA( lpszClass )))
    10841084        {
    10851085            SetLastError(ERROR_CANNOT_FIND_WND_CLASS);
     
    12091209/***********************************************************************
    12101210 *           DeferWindowPos   (USER32.128)
    1211  * 
     1211 *
    12121212 * TODO: SvL: Does this need to be thread safe?
    12131213 *
     
    13561356 *             If the function fails, the return value is zero
    13571357 * Remark    :
    1358  * Status    : FULLY IMPLEMENTED AND TESTED
     1358 * Status    : COMPLETELY IMPLEMENTED AND TESTED
    13591359 *
    13601360 * Author    : Rene Pronk [Sun, 1999/08/08 23:30]
Note: See TracChangeset for help on using the changeset viewer.