use dmb/dsb from asm/cpu.h file.
[AROS.git] / workbench / libs / muimaster / classes / popframe_private.h
blobacab52cd2e0456d5eb98efddb79ad17be8199190
1 #ifndef _POPFRAME_PRIVATE_H_
2 #define _POPFRAME_PRIVATE_H_
4 #include <exec/types.h>
5 #include <intuition/classusr.h>
7 /*** Instance data **********************************************************/
8 struct Popframe_DATA
10 Object *wnd;
11 Object *frameadjust;
12 CONST_STRPTR wintitle;
15 #endif /* _POPFRAME_PRIVATE_H_ */