Ignore:
Timestamp:
May 12, 2000, 8:09:42 PM (25 years ago)
Author:
sandervl
Message:

hook, syscolor & message bugfixes

File:
1 edited

Legend:

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

    r3513 r3525  
    1 /* $Id: win32wbase.cpp,v 1.186 2000-05-10 13:14:43 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.187 2000-05-12 18:09:42 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    10561056    RECT client = rectClient;
    10571057
    1058 ////    mapWin32Rect(getParent() ? getParent()->getOS2WindowHandle():OSLIB_HWND_DESKTOP,OS2HwndFrame,&client);
    10591058        if ((rect.left >= client.left) && (rect.left < client.right) &&
    10601059           (rect.right >= client.left) && (rect.right < client.right) &&
Note: See TracChangeset for help on using the changeset viewer.