Ignore:
Timestamp:
Jul 24, 1999, 4:01:45 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r342 r385  
    1 /* $Id: oslibgdi.h,v 1.3 1999-07-20 07:42:35 sandervl Exp $ */
     1/* $Id: oslibgdi.h,v 1.4 1999-07-24 14:01:44 sandervl Exp $ */
    22/*
    33 * Window GDI wrapper functions for OS/2
     
    3838BOOL  OSLibWinReleasePS(HDC hdc);
    3939
     40BOOL  OSLibWinInvalidateRect(HWND hwnd, PRECT pRect, BOOL fIncludeChildren); //must be RECTL pointer!
     41BOOL  OSLibWinQueryUpdateRect(HWND hwnd, PRECT pRect);
     42
    4043//******************************************************************************
    4144//Map win32 y coordinate (in window coordinates) to OS/2 y coord. (in window coordinates)
     
    4952BOOL  MapOS2ToWin32Point(HWND hwndParent, HWND hwndChild, OSLIBPOINT *point);
    5053
     54//map os/2 rectangle to screen coordinates and convert to win32 rect
     55BOOL  MapOS2ToWin32Rectl(HWND hwndParent, HWND hwndChild, PRECTLOS2 rectOS2, PRECT rectWin32);
     56
    5157BOOL  MapOS2ToWin32Rectl(PRECTLOS2 rectOS2, PRECT rectWin32);
    5258BOOL  MapWin32ToOS2Rectl(PRECT rectWin32, PRECTLOS2 rectOS2);
Note: See TracChangeset for help on using the changeset viewer.