repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
libs
/
muimaster
/
classes
/
popscreen_private.h
blob
c570c2367e5af56e0269f4b8802ae7df4ae8867d
1
#ifndef _POPSCREEN_PRIVATE_H_
2
#define _POPSCREEN_PRIVATE_H_
3
4
#include <utility/hooks.h>
5
#include <intuition/classusr.h>
6
7
struct
Popscreen_DATA
8
{
9
struct
Hook strobj_hook
;
10
struct
Hook objstr_hook
;
11
Object
*
list
;
12
};
13
14
#endif
/* _POPSCREEN_PRIVATE_H_ */