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
/
dtpic_private.h
blob
909884b69f982378a6e4f4d85a15c5b2b9b3386f
1
#ifndef _DTPIC_PRIVATE_H_
2
#define _DTPIC_PRIVATE_H_
3
4
/*** Instance data **********************************************************/
5
struct
Dtpic_DATA
6
{
7
struct
Library
*
datatypesbase
;
8
STRPTR name
;
9
APTR dto
;
10
struct
BitMapHeader
*
bmhd
;
11
struct
BitMap
*
bm
;
12
};
13
14
#endif
/* _DTPIC_PRIVATE_H_ */