Changeset 4870 for trunk/src


Ignore:
Timestamp:
Jan 2, 2001, 7:21:39 PM (25 years ago)
Author:
sandervl
Message:

removed unused and wrong function definitions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/OS2UTIL.CPP

    r2638 r4870  
    1 /* $Id: OS2UTIL.CPP,v 1.9 2000-02-04 19:31:25 hugh Exp $ */
     1/* $Id: OS2UTIL.CPP,v 1.10 2001-01-02 18:21:39 sandervl Exp $ */
    22
    33/*
     
    4949//******************************************************************************
    5050
    51 HWND WIN32API WindowFromDC(HDC hdc);
    52 HWND Win32ToOS2Handle(HWND hwnd);
    5351BOOL    APIENTRY _GpiEnableYInversion (HPS hps, LONG lHeight);
    5452
     
    5755 USHORT sel = RestoreOS2FS();
    5856
    59  _GpiEnableYInversion( WinGetPS( Win32ToOS2Handle( WindowFromDC(hdc) ) ), lHeight);
     57// _GpiEnableYInversion( WinGetPS( Win32ToOS2Handle( WindowFromDC(hdc) ) ), lHeight);
     58 _GpiEnableYInversion( hdc, lHeight);
    6059 SetFS(sel);
    6160
Note: See TracChangeset for help on using the changeset viewer.