Changeset 587 for trunk/src/ddraw/OS2PALETTE.H
- Timestamp:
- Aug 19, 1999, 8:08:48 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/ddraw/OS2PALETTE.H (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ddraw/OS2PALETTE.H
r422 r587 2 2 #define __OS2PALETTE_H__ 3 3 4 #include "os2ddraw.h"5 4 #include "divewrap.h" 6 5 #define FAR … … 27 26 IDirectDrawPaletteVtbl Vtbl; 28 27 29 OS2IDirectDrawPalette( OS2IDirectDraw*lpDirectDraw,28 OS2IDirectDrawPalette( VOID *lpDirectDraw, 30 29 int palsize, 31 30 LPPALETTEENTRY lpColorTable, … … 38 37 int Referenced; 39 38 inline HRESULT GetLastError() { return lastError; }; 39 WORD aPal16[256]; 40 DWORD aPal24[256]; 40 41 private: 41 42 42 43 protected: 43 44 HDIVE hDive; 45 HDIVE hDiveCC; 44 46 HRESULT lastError; 45 47 LPPALETTEENTRY os2pal; 46 OS2IDirectDraw*lpDraw;48 VOID *lpDraw; 47 49 DWORD dwCaps; 48 50 DWORD dwSize;
Note:
See TracChangeset
for help on using the changeset viewer.
