Ignore:
Timestamp:
Sep 25, 1999, 11:27:08 AM (26 years ago)
Author:
dengert
Message:

fixed ClientToScreen adn ScreenToClient

File:
1 edited

Legend:

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

    r1000 r1039  
    1 /* $Id: oslibwin.h,v 1.3 1999-09-21 17:04:27 dengert Exp $ */
     1/* $Id: oslibwin.h,v 1.4 1999-09-25 09:27:07 dengert Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    240240BOOL  OSLibWinEndEnumWindows(HWND hwndEnum);
    241241BOOL  OSLibWinQueryWindowProcess(HWND hwnd, ULONG *pid, ULONG *tid);
     242BOOL  OSLibWinMapWindowPoints (HWND hwndFrom, HWND hwndTo, OSLIBPOINT *pptl, ULONG num);
    242243
    243244#endif //__OSLIBWIN_H__
Note: See TracChangeset for help on using the changeset viewer.