alsa.audio: disable building of alsa-bridge linklib until complete driver is ready
[AROS.git] / compiler / include / prefs / palette.h
blob7d8fd964cc1901a65d8ad61b0c94115a29906244
1 #ifndef PREFS_PALETTE_H
2 #define PREFS_PALETTE_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: Palette prefs definitions
9 Lang: english
12 #ifndef EXEC_TYPES_H
13 # include <exec/types.h>
14 #endif
16 #ifndef LIBRARIES_IFFPARSE_H
17 # include <libraries/iffparse.h>
18 #endif
20 #ifndef INTUITION_INTUITION_H
21 # include <intuition/intuition.h>
22 #endif
25 #define ID_PALT MAKE_ID('P','A','L','T')
28 struct PalettePrefs
30 LONG pap_Reserved[4];
31 UWORD pap_4ColorPens[32];
32 UWORD pap_8ColorPens[32];
33 struct ColorSpec pap_Colors[32];
36 #endif /* PREFS_PALETTE_H */