Ignore:
Timestamp:
Nov 26, 1999, 6:06:09 PM (26 years ago)
Author:
cbratschi
Message:

map rect, WM_ERASEBKGND and other fixes

File:
1 edited

Legend:

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

    r1839 r1849  
    1 /* $Id: oslibwin.cpp,v 1.48 1999-11-25 19:22:02 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.49 1999-11-26 17:06:08 cbratschi Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    264264ULONG OSLibWinBroadcastMsg(ULONG msg, ULONG wParam, ULONG lParam, BOOL fSend)
    265265{
    266   return WinBroadcastMsg(HWND_DESKTOP, msg, (MPARAM)wParam, (MPARAM)lParam, 
     266  return WinBroadcastMsg(HWND_DESKTOP, msg, (MPARAM)wParam, (MPARAM)lParam,
    267267                         (fSend) ? BMSG_SEND : BMSG_POST);
    268268}
     
    403403                MapOS2ToWin32Rectl(OSLIB_HWND_DESKTOP, hwnd, &rectl, pRect);
    404404        }
    405         else    MapOS2ToWin32Rectl(&rectl, pRect);
     405        else    MapOS2ToWin32WindowRect(&rectl, pRect);
    406406  }
    407407  else  memset(pRect, 0, sizeof(RECT));
Note: See TracChangeset for help on using the changeset viewer.