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
/
popimage_private.h
blob
abe52c263c138af07704b99d8a08761f03404818
1
#ifndef _POPIMAGE_PRIVATE_H_
2
#define _POPIMAGE_PRIVATE_H_
3
4
/*** Instance data **********************************************************/
5
struct
Popimage_DATA
6
{
7
Object
*
wnd
;
8
Object
*
imageadjust
;
9
ULONG adjust_type
;
10
CONST_STRPTR wintitle
;
11
};
12
13
#endif
/* _POPIMAGE_PRIVATE_H_ */