Use hardcoded settings for VIA VT1708S (they are reported to work
[AROS.git] / workbench / prefs / PSI / coloredit_class.h
blob3456b299eb6ab30eedbcffc89471b460bc269e04
1 #ifndef COLOREDIT_CLASS_H
2 #define COLOREDIT_CLASS_H
4 /*
5 Copyright © 1995-1997 Stefan Stuntz.
6 Copyright © 2009-2010, The AROS Development Team.
7 All rights reserved.
9 $Id$
12 #include "psi.h"
14 #define MUIM_ColorEdit_SetColors (TAGBASE_STUNTZI | 0x1082)
15 #define MUIM_ColorEdit_GetColors (TAGBASE_STUNTZI | 0x1083)
17 struct MUIP_ColorEdit_SetColors { STACKED ULONG MethodID; STACKED struct MUI_RGBcolor *palette; STACKED BYTE *syspens; STACKED struct MUI_PenSpec *muipens; };
18 struct MUIP_ColorEdit_GetColors { STACKED ULONG MethodID; STACKED struct MUI_RGBcolor *palette; STACKED BYTE *syspens; STACKED struct MUI_PenSpec *muipens; };
20 #endif