repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git]
/
workbench
/
libs
/
muimaster
/
classes
/
popscreen_private.h
blob
6aca3bff2aeb5be65cc23991075c0a213593833e
1
#ifndef _POPSCREEN_PRIVATE_H_
2
#define _POPSCREEN_PRIVATE_H_
3
4
struct
Popscreen_DATA
5
{
6
struct
Hook strobj_hook
;
7
struct
Hook objstr_hook
;
8
Object
*
list
;
9
};
10
11
#endif
/* _POPSCREEN_PRIVATE_H_ */