Changeset 2174 for trunk/src/ddraw/OS2PALSET.CPP
- Timestamp:
- Dec 21, 1999, 2:28:20 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ddraw/OS2PALSET.CPP
r522 r2174 1 /* $Id: OS2PALSET.CPP,v 1.7 1999-12-21 01:28:16 hugh Exp $ */ 2 3 /* 4 * Functions used to Set the Physical Palette in OS/2 when in 8 Bit mode 5 * 6 * Copyright 1998 Sander va Leeuwen 7 * 8 * Project Odin Software License can be found in LICENSE.TXT 9 * 10 */ 1 11 #define INCL_GREALL 2 12 #define INCL_GPI … … 18 28 int i; 19 29 20 30 21 31 22 32 hps = WinGetPS(HWND_DESKTOP); … … 45 55 WinReleasePS(hps); 46 56 47 57 48 58 49 59 } … … 55 65 HDC hdc; 56 66 57 67 58 68 59 69 hps = WinGetPS( HWND_DESKTOP); … … 71 81 WinReleasePS(hps); 72 82 73 83 74 84 75 85 }
Note:
See TracChangeset
for help on using the changeset viewer.