forwarding tidying previous patch (NicJA).
[AROS.git] / workbench / libs / muimaster / classes / palette_private.h
blob4dd49e7dc8c2fe27406339200bb98210fde9b07b
1 #ifndef _PALETTE_PRIVATE_H_
2 #define _PALETTE_PRIVATE_H_
4 #include <utility/hooks.h>
5 #include <libraries/mui.h>
7 /*** Instance data **********************************************************/
8 struct MUI_PaletteData
10 const char **names;
11 struct MUI_Palette_Entry *entries;
12 Object *list, *coloradjust;
13 ULONG numentries;
14 ULONG group;
15 ULONG rgb[3];
16 struct Hook display_hook;
17 struct Hook setcolor_hook;
18 char buf[20];
20 #endif /* _PALETTE_PRIVATE_H_ */