Ignore:
Timestamp:
Jul 18, 1999, 4:39:35 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/oslibgdi.cpp

    r325 r328  
    1 /* $Id: oslibgdi.cpp,v 1.1 1999-07-18 10:39:51 sandervl Exp $ */
     1/* $Id: oslibgdi.cpp,v 1.2 1999-07-18 14:39:35 sandervl Exp $ */
    22/*
    33 * Window GDI wrapper functions for OS/2
     
    2626 PRECTL pWinRect = (PRECTL)pRectl;
    2727 ULONG  tmp;
    28  
     28
    2929  tmp = pWinRect->yBottom;
    3030  pWinRect->yBottom = pWinRect->yTop;
     
    7474 HWND     hwndParent;
    7575 RECTLOS2 rectParent = {0};
    76    
     76
    7777   hwndParent = WinQueryWindow(hwndChild, QW_PARENT);
    7878   WinQueryWindowRect(hwndParent, (PRECTL)&rectParent);
     
    110110//
    111111// Parameters:
    112 //   hwndChild: Child window handle
     112//   hwndChild: Child window handle
    113113//   rectChild: OS/2 child window RECTL
    114114//
    115115// Returns:
    116116//   rectChild: Converted OS/2 rectange stored in Win32 RECTL (yTop & yBottom reversed)
    117 //   TRUE:      Success
    118 //   FALSE:     Failures
     117//   TRUE:      Success
     118//   FALSE:     Failures
    119119//******************************************************************************
    120120BOOL MapOS2ToWin32Rectl(HWND hwndChild, PRECTLOS2 rectChild, PRECT rectWin32)
     
    142142// Returns:
    143143//   rectChild:  Converted OS/2 rectange stored in Win32 RECTL (yTop & yBottom reversed)
    144 //   TRUE:      Success
    145 //   FALSE:     Failures
     144//   TRUE:      Success
     145//   FALSE:     Failures
    146146//******************************************************************************
    147147BOOL MapOS2ToWin32Rectl(PRECTLOS2 rectParent, PRECTLOS2 rectChild, PRECT rectWin32)
     
    162162//   rectChild:  OS/2  Child window RECTL  (OUT)
    163163// Returns:
    164 //   TRUE:      Success
    165 //   FALSE:     Failures
     164//   TRUE:      Success
     165//   FALSE:     Failures
    166166//******************************************************************************
    167167BOOL MapWin32ToOS2Rectl(HWND hwndChild, PRECT rectWin32, PRECTLOS2 rectChild)
     
    188188//   rectChild:  OS/2  Child window RECTL  (OUT)
    189189// Returns:
    190 //   TRUE:      Success
    191 //   FALSE:     Failures
     190//   TRUE:      Success
     191//   FALSE:     Failures
    192192//******************************************************************************
    193193BOOL MapWin32ToOS2Rectl(PRECTLOS2 rectParent, PRECT rectWin32, PRECTLOS2 rectChild)
Note: See TracChangeset for help on using the changeset viewer.