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 |
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 |