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.1 by cebix, 2002-02-04T16:58:13Z vs.
Revision 1.3 by gbeauche, 2004-04-10T23:15:22Z

# Line 1 | Line 1
1   /*
2   *  video_defs.h - MacOS types and structures for video
3   *
4 < *  SheepShaver (C) 1997-2002 Marc Hellwig and Christian Bauer
4 > *  SheepShaver (C) 1997-2004 Marc Hellwig and Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# 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