ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/include/video_defs.h
(Generate patch)

Comparing SheepShaver/src/include/video_defs.h (file contents):
Revision 1.2 by cebix, 2004-01-12T15:37:23Z vs.
Revision 1.3 by gbeauche, 2004-04-10T23:15:22Z

# Line 215 | Line 215 | enum { // VDSetEntry struct
215          csCount = 6
216   };
217  
218 < struct ColorSpec {
219 <        uint16  value;
220 <        uint16  red;
221 <        uint16  green;
222 <        uint16  blue;
218 > enum {  // ColorSpec table entry
219 >        csValue = 0,
220 >        csRed = 2,
221 >        csGreen = 4,
222 >        csBlue = 6
223   };
224  
225   enum {  // VDVideoParametersInfo struct

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines