revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / workbench / libs / muimaster / classes / framedisplay_private.h
blobff58cd458c903e7c8c999bc87db3f74b17335d51
1 #ifndef _FRAMEDISPLAY_PRIVATE_H_
2 #define _FRAMEDISPLAY_PRIVATE_H_
4 /*** Instance data **********************************************************/
5 struct Framedisplay_DATA
7 struct MUI_FrameSpec_intern fs_intern;
8 char spec[8];
9 };
11 #endif /* _FRAMEDISPLAY_PRIVATE_H_ */