1 #ifndef _PALETTE_PRIVATE_H_
2 #define _PALETTE_PRIVATE_H_
4 #include <utility/hooks.h>
5 #include <libraries/mui.h>
7 /*** Instance data **********************************************************/
11 struct MUI_Palette_Entry
*entries
;
12 struct IClass
*notifyclass
;
13 Object
*list
, *coloradjust
;
17 struct Hook display_hook
;
18 struct Hook setcolor_hook
;
21 #endif /* _PALETTE_PRIVATE_H_ */