Changeset 13728
- Timestamp:
- Mar 17, 2000, 11:05:40 PM (25 years ago)
- 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 hughExp $ */1 /* $Id: OS2PALSET.CPP,v 1.8 2000-03-17 22:05:40 mike Exp $ */ 2 2 3 3 /* … … 28 28 int i; 29 29 30 USHORT sel = RestoreOS2FS(); 31 32 30 33 31 34 … … 55 58 WinReleasePS(hps); 56 59 57 60 SetFS(sel); 58 61 59 62 } 63 60 64 //****************************************************************************** 61 65 //****************************************************************************** … … 64 68 HPS hps; 65 69 HDC hdc; 70 71 USHORT sel = RestoreOS2FS(); 66 72 67 73 … … 81 87 WinReleasePS(hps); 82 88 83 89 SetFS(sel); 84 90 85 91 }
Note:
See TracChangeset
for help on using the changeset viewer.