revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / workbench / libs / muimaster / classes / penadjust_private.h
blob4af60d7f9567706fd4f24edd412b2f546ad11538
1 #ifndef _PENADJUST_PRIVATE_H_
2 #define _PENADJUST_PRIVATE_H_
4 /*** Instance data **********************************************************/
5 struct Penadjust_DATA
7 struct MUI_PenSpec penspec;
8 struct MUI_PenSpec_intern intpenspec;
9 Object *listobj;
10 Object *sliderobj;
11 Object *coloradjobj;
14 #endif /* _PENADJUST_PRIVATE_H_ */