Changeset 13728


Ignore:
Timestamp:
Mar 17, 2000, 11:05:40 PM (25 years ago)
Author:
mike
Message:

Fixed FS corruption

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/ddraw/OS2PALSET.CPP

    r12758 r13728  
    1 /* $Id: OS2PALSET.CPP,v 1.7 1999-12-21 01:28:16 hugh Exp $ */
     1/* $Id: OS2PALSET.CPP,v 1.8 2000-03-17 22:05:40 mike Exp $ */
    22
    33/*
     
    2828 int  i;
    2929
     30 USHORT sel = RestoreOS2FS();
     31
     32
    3033
    3134
     
    5558  WinReleasePS(hps);
    5659
    57 
     60  SetFS(sel);
    5861
    5962}
     63
    6064//******************************************************************************
    6165//******************************************************************************
     
    6468 HPS hps;
    6569 HDC hdc;
     70
     71 USHORT sel = RestoreOS2FS();
    6672
    6773
     
    8187  WinReleasePS(hps);
    8288
    83 
     89  SetFS(sel);
    8490
    8591}
Note: See TracChangeset for help on using the changeset viewer.