1 #ifndef PREFS_OVERSCAN_H
2 #define PREFS_OVERSCAN_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: Overscan prefs definitions
13 # include <exec/types.h>
16 #ifndef LIBRARIES_IFFPARSE_H
17 # include <libraries/iffparse.h>
20 #ifndef GRAPHICS_GFX_H
21 # include <graphics/gfx.h>
24 #define ID_OSCN MAKE_ID('O','S','C','N')
26 #define OSCAN_MAGIC 0xFEDCBA89
39 struct Rectangle os_Standard
;
42 #endif /* PREFS_OVERSCAN_H */