home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 4
/
FreshFish_May-June1994.bin
/
bbs
/
cbm
/
nduk-v39.lha
/
V39
/
include
/
prefs
/
overscan.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-09-24
|
910b
|
49 lines
#ifndef PREFS_OVERSCAN_H
#define PREFS_OVERSCAN_H
/*
** $VER: overscan.h 38.2 (26.06.91)
** Includes Release 39.108
**
** File format for overscan preferences
**
** (C) Copyright 1991-1992 Commodore-Amiga, Inc.
** All Rights Reserved
*/
/*****************************************************************************/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef LIBRARIES_IFFPARSE_H
#include <libraries/iffparse.h>
#endif
#ifndef GRAPHICS_GFX_H
#include <graphics/gfx.h>
#endif
/*****************************************************************************/
#define ID_OSCN MAKE_ID('O','S','C','N')
struct OverscanPrefs
{
ULONG os_Reserved[4];
ULONG os_DisplayID;
Point os_ViewPos;
Point os_Text;
struct Rectangle os_Standard;
};
/*****************************************************************************/
#endif /* PREFS_OVERSCAN_H */