muimaster.library: remove empty Dispose from Listview
[AROS.git] / workbench / libs / muimaster / classes / popimage_private.h
bloba0cc38d30b4e285f1764db141279f388919c57a9
1 #ifndef _POPIMAGE_PRIVATE_H_
2 #define _POPIMAGE_PRIVATE_H_
4 #include <exec/types.h>
5 #include <intuition/classusr.h>
7 /*** Instance data **********************************************************/
8 struct Popimage_DATA
10 Object *wnd;
11 Object *imageadjust;
12 ULONG adjust_type;
13 CONST_STRPTR wintitle;
16 #endif /* _POPIMAGE_PRIVATE_H_ */