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
/
poppen_private.h
blob
db0c64b818fd557c62bbdbcf3f17b29fdae8b1a1
1
#ifndef _POPPEN_PRIVATE_H_
2
#define _POPPEN_PRIVATE_H_
3
4
/*** Instance data **********************************************************/
5
struct
Poppen_DATA
6
{
7
Object
*
wnd
;
8
Object
*
penadjust
;
9
CONST_STRPTR wintitle
;
10
};
11
12
#endif
/* _POPPEN_PRIVATE_H_ */