Changeset 3662 for trunk/src/user32/win32wdesktop.cpp
- Timestamp:
- Jun 7, 2000, 4:51:33 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wdesktop.cpp
r2803 r3662 1 /* $Id: win32wdesktop.cpp,v 1.1 2 2000-02-16 14:28:24sandervl Exp $ */1 /* $Id: win32wdesktop.cpp,v 1.13 2000-06-07 14:51:33 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Desktop Window for OS/2 … … 46 46 Win32Desktop::Win32Desktop() : Win32BaseWindow(OBJTYPE_WINDOW) 47 47 { 48 OSLibWinQueryWindowRect(OSLIB_HWND_DESKTOP, &rectWindow, RELATIVE_TO_SCREEN); 48 rectWindow.left = 0; 49 rectWindow.top = 0; 50 rectWindow.right = OSLibQueryScreenWidth(); 51 rectWindow.bottom = OSLibQueryScreenHeight(); 52 49 53 OS2Hwnd = OSLIB_HWND_DESKTOP; 50 OS2HwndFrame = OSLIB_HWND_DESKTOP;51 54 rectClient = rectWindow; 52 55
Note:
See TracChangeset
for help on using the changeset viewer.