Ignore:
Timestamp:
Oct 4, 2000, 9:35:31 PM (25 years ago)
Author:
sandervl
Message:

more logging

File:
1 edited

Legend:

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

    r3662 r4421  
    1 /* $Id: win32wbasepos.cpp,v 1.15 2000-06-07 14:51:32 sandervl Exp $ */
     1/* $Id: win32wbasepos.cpp,v 1.16 2000-10-04 19:35:31 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (nonclient/position methods)
     
    139139                winposCopy = *winpos;
    140140                params.rgrc[1] = *oldWindowRect;
     141                params.rgrc[2] = *oldClientRect;
    141142                //client rectangel must be in parent coordinates
    142                 OffsetRect(oldClientRect, rectWindow.left, rectWindow.top);
    143 
    144                 params.rgrc[2] = *oldClientRect;
     143                OffsetRect(&params.rgrc[2], rectWindow.left, rectWindow.top);
     144
    145145                params.lppos = &winposCopy;
    146146        }
Note: See TracChangeset for help on using the changeset viewer.