Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / workbench / libs / muimaster / classes / poppen_private.h
blobdb0c64b818fd557c62bbdbcf3f17b29fdae8b1a1
1 #ifndef _POPPEN_PRIVATE_H_
2 #define _POPPEN_PRIVATE_H_
4 /*** Instance data **********************************************************/
5 struct Poppen_DATA
7 Object *wnd;
8 Object *penadjust;
9 CONST_STRPTR wintitle;
12 #endif /* _POPPEN_PRIVATE_H_ */