revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / workbench / libs / muimaster / classes / poppen_private.h
blob8b8ee54363d9658de9b1da85d6c7f6b268177f84
1 #ifndef _POPPEN_PRIVATE_H_
2 #define _POPPEN_PRIVATE_H_
4 #include <exec/types.h>
5 #include <intuition/classusr.h>
7 /*** Instance data **********************************************************/
8 struct Poppen_DATA
10 Object *wnd;
11 Object *penadjust;
12 CONST_STRPTR wintitle;
15 #endif /* _POPPEN_PRIVATE_H_ */