added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / libs / muimaster / classes / pendisplay_private.h
blobff18285404cb8b0490d8f64f9ae7795a9eb94e76
1 #ifndef _PENDISPLAY_PRIVATE_H_
2 #define _PENDISPLAY_PRIVATE_H_
4 /*** Instance data **********************************************************/
5 struct Pendisplay_DATA
7 struct MUI_PenSpec penspec;
8 struct MUI_RGBcolor rgb;
9 Object *refobj;
10 LONG pen;
13 #endif /* _PENDISPLAY_PRIVATE_H_ */