Changeset 1831 for trunk/src/user32/win32wdesktop.cpp
- Timestamp:
- Nov 24, 1999, 8:32:23 PM (26 years ago)
- 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:10sandervl Exp $ */1 /* $Id: win32wdesktop.cpp,v 1.6 1999-11-24 19:32:23 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Desktop Window for OS/2 … … 47 47 OS2HwndFrame = OSLIB_HWND_DESKTOP; 48 48 rectClient = rectWindow; 49 Win32Hwnd = 0; 49 50 if(HwAllocateWindowHandle(&Win32Hwnd, (ULONG)this) == FALSE) 51 { 52 dprintf(("Win32BaseWindow::Init HwAllocateWindowHandle failed!!")); 53 DebugInt3(); 54 } 50 55 51 56 /* Find the window class */
Note:
See TracChangeset
for help on using the changeset viewer.