Ignore:
Timestamp:
Jan 20, 2002, 4:26:21 PM (24 years ago)
Author:
sandervl
Message:

VP: fix for position of fake window

File:
1 edited

Legend:

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

    r7765 r7780  
    1 /* $Id: win32wbase.cpp,v 1.311 2002-01-12 14:09:31 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.312 2002-01-20 15:26:21 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    147147    //(dangerous assumption!!)
    148148    OSLibWinQueryWindowClientRect(OS2Hwnd, &rectClient);
    149     rectWindow = rectClient;
     149    OSLibQueryWindowRectAbsolute (OS2Hwnd, &rectWindow);
    150150
    151151    fFakeWindow = TRUE;
Note: See TracChangeset for help on using the changeset viewer.