Ignore:
Timestamp:
Feb 21, 2001, 10:30:44 PM (25 years ago)
Author:
sandervl
Message:

Added CreateFakeWindowEx

File:
1 edited

Legend:

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

    r5236 r5237  
    1 /* $Id: win32wbase.cpp,v 1.240 2001-02-21 20:51:06 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.241 2001-02-21 21:30:43 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    7272//******************************************************************************
    7373//******************************************************************************
     74Win32BaseWindow::Win32BaseWindow(HWND hwndOS2, ULONG reserved) : GenericObject(&windows, OBJTYPE_WINDOW), ChildWindow()
     75{
     76  Init();
     77  OS2Hwnd = hwndOS2;
     78}
     79//******************************************************************************
     80//******************************************************************************
    7481Win32BaseWindow::Win32BaseWindow(CREATESTRUCTA *lpCreateStructA, ATOM classAtom, BOOL isUnicode)
    7582                        : GenericObject(&windows, OBJTYPE_WINDOW), ChildWindow()
     
    21862193        break;
    21872194
    2188         case SW_SHOWMINNOACTIVE:
     2195    case SW_SHOWMINNOACTIVE:
    21892196        swp |= SWP_NOACTIVATE | SWP_NOZORDER;
    21902197        /* fall through */
Note: See TracChangeset for help on using the changeset viewer.