Ignore:
Timestamp:
Jul 17, 1999, 8:30:52 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r323 r324  
    1 /* $Id: oslibwin.h,v 1.7 1999-07-17 15:23:38 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.8 1999-07-17 18:30:51 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    1212#ifndef __OSLIBWIN_H__
    1313#define __OSLIBWIN_H__
    14 
    15 #define OS2TOWIN32POINT(height, y)      (height - y)
    1614
    1715#define OSLIB_HWND_DESKTOP      0
     
    9290BOOL  OSLibWinGetMsg(LPMSG pMsg, HWND hwnd, UINT uMsgFilterMin, UINT uMsgFilterMax, BOOL isUnicode = FALSE);
    9391
     92
     93ULONG MapOS2ToWin32Y(HWND hwndChild);
     94ULONG MapOS2ToWin32Y(HWND hwndChild, ULONG y);
     95ULONG MapOS2ToWin32Y(PRECTL rectParent, PRECTL rectChild, ULONG y);
     96ULONG MapOS2ToWin32Y(PRECTL rectParent, HWND hwndChild, ULONG y);
     97ULONG MapOS2ToWin32Y(HWND hwndChild, PRECTL rectChild, ULONG y);
     98
    9499#endif //__OSLIBWIN_H__
Note: See TracChangeset for help on using the changeset viewer.