repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
libs
/
muimaster
/
classes
/
floattext_private.h
blob
b6a69a692d672f8ca218b3776c32de1a2896f996
1
/*
2
Copyright © 2002-2012, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#ifndef _FLOATTEXT_PRIVATE_H_
7
#define _FLOATTEXT_PRIVATE_H_
8
9
#include <exec/types.h>
10
#include <utility/hooks.h>
11
12
struct
Floattext_DATA
13
{
14
STRPTR text
;
15
BOOL justify
;
16
BOOL typesetting
;
17
STRPTR skipchars
;
18
ULONG tabsize
;
19
ULONG oldwidth
;
20
};
21
22
#endif
/* _FLOATTEXT_PRIVATE_H_ */