Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / muimaster / classes / palette_private.h
blob2597f921748f70c7d896daf726755dc5cf828f90
1 #ifndef _PALETTE_PRIVATE_H_
2 #define _PALETTE_PRIVATE_H_
4 /*** Instance data **********************************************************/
5 struct MUI_PaletteData
7 const char **names;
8 struct MUI_Palette_Entry *entries;
9 struct IClass *notifyclass;
10 Object *list, *coloradjust;
11 ULONG numentries;
12 ULONG group;
13 ULONG rgb[3];
14 struct Hook display_hook;
15 struct Hook setcolor_hook;
16 char buf[20];
18 #endif /* _PALETTE_PRIVATE_H_ */