Ignore:
Timestamp:
Jun 8, 2000, 8:10:12 PM (25 years ago)
Author:
sandervl
Message:

lots of fixes + changes (see ChangeLog)

File:
1 edited

Legend:

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

    r3662 r3679  
    1 /* $Id: oslibgdi.h,v 1.6 2000-06-07 14:51:26 sandervl Exp $ */
     1/* $Id: oslibgdi.h,v 1.7 2000-06-08 18:10:10 sandervl Exp $ */
    22/*
    33 * Window GDI wrapper functions for OS/2
     
    8181
    8282BOOL mapWin32ToOS2RectClientToFrame(Win32BaseWindow *window, PRECT rectWin32,PRECTLOS2 rectOS2);
     83BOOL mapOS2ToWin32RectFrameToClient(Win32BaseWindow *window, PRECTLOS2 rectOS2, PRECT rectWin32);
    8384
    8485#define mapWin32ToOS2RectFrame(window, rectWin32, rectOS2) \
Note: See TracChangeset for help on using the changeset viewer.