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
/
floattext_private.h
blob
70dbb6fcd4c9ae7eac83049ed76a34114501d0a8
1
#ifndef _FLOATTEXT_PRIVATE_H_
2
#define _FLOATTEXT_PRIVATE_H_
3
4
struct
Floattext_DATA
5
{
6
struct
Hook construct_hook
;
7
struct
Hook destruct_hook
;
8
struct
Hook display_hook
;
9
char
*
text
;
10
};
11
12
#endif
/* _FLOATTEXT_PRIVATE_H_ */