Ignore:
Timestamp:
Jul 30, 2002, 8:55:42 PM (23 years ago)
Author:
achimha
Message:

adding documentation

File:
1 edited

Legend:

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

    r8943 r8944  
    1 /* $Id: win32wbase.cpp,v 1.330 2002-07-30 18:48:26 achimha Exp $ */
     1/* $Id: win32wbase.cpp,v 1.331 2002-07-30 18:55:42 achimha Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    27802780        //     coordinates can. We must make sure the control stays at the
    27812781        //     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?
    27822783        SetWindowPos(HWND_TOPMOST, rectWindow.left, rectWindow.top, 0, 0,
    27832784                     SWP_NOACTIVATE|SWP_NOSIZE);
Note: See TracChangeset for help on using the changeset viewer.