Ignore:
Timestamp:
Nov 24, 1999, 8:32:23 PM (26 years ago)
Author:
sandervl
Message:

desktop + misc updates

File:
1 edited

Legend:

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

    r1433 r1831  
    1 /* $Id: win32wdesktop.cpp,v 1.5 1999-10-24 22:56:10 sandervl Exp $ */
     1/* $Id: win32wdesktop.cpp,v 1.6 1999-11-24 19:32:23 sandervl Exp $ */
    22/*
    33 * Win32 Desktop Window for OS/2
     
    4747  OS2HwndFrame = OSLIB_HWND_DESKTOP;
    4848  rectClient   = rectWindow;
    49   Win32Hwnd    = 0;
     49
     50  if(HwAllocateWindowHandle(&Win32Hwnd, (ULONG)this) == FALSE)
     51  {
     52        dprintf(("Win32BaseWindow::Init HwAllocateWindowHandle failed!!"));
     53        DebugInt3();
     54  }
    5055
    5156  /* Find the window class */
Note: See TracChangeset for help on using the changeset viewer.