EMILE/libmacos/macos/video.h

24 lines
411 B
C
Raw Normal View History

2005-11-08 02:02:16 +00:00
/*
*
* (c) 2004,2005 Laurent Vivier <Laurent@lvivier.info>
2005-11-08 02:02:16 +00:00
*
*/
#ifndef __MACOS_VIDEO_H__
#define __MACOS_VIDEO_H__
typedef struct VDFlagRec
{
char flag;
} VDFlagRec;
typedef VDFlagRec *VDFlagPtr;
typedef struct VDParamBlock
{
COMMON_PARAMS
short ioRefNum;
short csCode;
void* csParam;
} VDParamBlock;
typedef VDParamBlock *VDParamBlockPtr;
#endif /* __MACOS_VIDEO_H__ */