Ignore:
Timestamp:
Jun 7, 2000, 4:51:33 PM (25 years ago)
Author:
sandervl
Message:

Major rewrite: frame/client -> frame

File:
1 edited

Legend:

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

    r2803 r3662  
    1 /* $Id: win32wdesktop.cpp,v 1.12 2000-02-16 14:28:24 sandervl Exp $ */
     1/* $Id: win32wdesktop.cpp,v 1.13 2000-06-07 14:51:33 sandervl Exp $ */
    22/*
    33 * Win32 Desktop Window for OS/2
     
    4646Win32Desktop::Win32Desktop() : Win32BaseWindow(OBJTYPE_WINDOW)
    4747{
    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
    4953  OS2Hwnd      = OSLIB_HWND_DESKTOP;
    50   OS2HwndFrame = OSLIB_HWND_DESKTOP;
    5154  rectClient   = rectWindow;
    5255
Note: See TracChangeset for help on using the changeset viewer.