Ignore:
Timestamp:
Nov 9, 2000, 7:15:23 PM (25 years ago)
Author:
sandervl
Message:

Icon api rewrite + small fixes

File:
1 edited

Legend:

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

    r3625 r4573  
    1 /* $Id: win32wmdichild.cpp,v 1.24 2000-05-28 16:43:47 sandervl Exp $ */
     1/* $Id: win32wmdichild.cpp,v 1.25 2000-11-09 18:15:22 sandervl Exp $ */
    22/*
    33 * Win32 MDI Child Window Class for OS/2
     
    522522        return;
    523523    }
    524     MapWindowPoints(client->getParent()->getWindowHandle(), client->getWindowHandle(), (LPPOINT)&rect, 2);
     524    //SvL: No mapping required as our client rectangle is in frame coordinates (not relative to parent!)
     525/////    MapWindowPoints(client->getParent()->getWindowHandle(), client->getWindowHandle(), (LPPOINT)&rect, 2);
    525526
    526527    AdjustWindowRectEx( &rect, getStyle(), 0, getExStyle());
Note: See TracChangeset for help on using the changeset viewer.